This repository contains a basic dev-ops environment for docker.
##Dependencies You will need the following:
- docker
- composer
- virtualbox
##Installation - docker-lamp
git clone https://github.com/bryden/docker-lamp.git
cd docker-lamp
#How to use it
docker-machine start default
Windows users only:
eval $(docker-machine env)
All users..
docker-compose up -d
Visit 192.168.99.100 in your web browser. To add your website files, just paste them into the dev_html directory (docker-lamp/dev_html/your-files here). To access phpMyAdmin, visit 192.168.99.100:8080 and use the username root and password = "secret".