Skip to content

bartsolutions/docker-ssh-lamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimal configuration to set up a docker with Ubuntu 16.04 + SSH access + LAMP

How to Use:

  1. Modify Dockerfile to set up password for SSH
  2. Execute: docker-compose up -d (remove -d for foreground mode)
  3. Log into server: ssh root@localhost -p 2022
  4. Set up root password for mysql: mysqladmin -u root password '<NEW_PASSWORD>'

About

Minimum Docker for SSH + Linux (Ubuntu) + Apache + MySQL + PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages