Last active
July 28, 2016 07:44
-
-
Save lyndametref/eb14bdb6bce097f20d19e578f10f603f to your computer and use it in GitHub Desktop.
Revisions
-
lyndametref revised this gist
Jul 28, 2016 . 1 changed file with 5 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,12 @@ ### Start container dicsconnected from the shell docker-compose up -d ### Shell in running container docker exec -it 6e796a466e53 bash ### Stop and delete containers docker-compose stop docker-compose rm -
lyndametref created this gist
Jul 28, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ ### Start container dicsconnected from the shell docker-compose up -d ### Shell in running container docker exec -it 6e796a466e53 bash ### Stop and delete containers docker-compose stop docker-compose rm