This repo contains a Docker recipe for making a container running Drupal8, using Linux, Apache, MySQL, Memcache and SSH. You can also use it on the Drupal Contribution Sprints for quickly starting working on your Drupal8 project.
git clone https://github.com/dinokov/drupal8-docker.git
cd drupal8-docker
sudo docker-compose up
Credentials (user/pass): admin/admin
http://localhost:8400/adminer.php
https://github.com/ricardoamaro/drupal7-docker-app https://github.com/ricardoamaro/drupal6-docker-app