Skip to content

Instantly share code, notes, and snippets.

@andriyun
Last active January 14, 2016 10:44
Show Gist options
  • Save andriyun/8bdffb9d2cdb04807433 to your computer and use it in GitHub Desktop.
Save andriyun/8bdffb9d2cdb04807433 to your computer and use it in GitHub Desktop.
Docker drupal
sudo docker run -p 8000:80 -p 2200:22 -v $(pwd):/var/www/html:rw dockie/drupal-site-install
sudo docker ps
sudo docker exec -it [containerhash] bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment