Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 349 Bytes

Readme.md

File metadata and controls

6 lines (6 loc) · 349 Bytes

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>'