Install Docker on your system.
- Install instructions for Mac OS X
- Install instructions for Ubuntu Linux
- Install instructions for other platforms
Install Docker Compose on your system.
Put your drupal on the folder called "web". Currently only have a gitkeep file to get it on git pull of this repo.
Consider using your own composer.jso and composer.lock files.
Remove my public key from the file assets/ssh/authorized_keys and put yours. Else the only person who can access to your containers is me.
Run docker-compose build
Run docker-compose up
After that you can enter with ssh into the running container with: docker-compose exec --user drupaluser web bash
And access to your running site on http://localhost
I usualy help people if ask me on twitter https://twitter.com/alvar0hurtad0