Last active
January 14, 2016 10:44
-
-
Save andriyun/8bdffb9d2cdb04807433 to your computer and use it in GitHub Desktop.
Docker drupal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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