Last active
October 11, 2017 17:39
-
-
Save Vadorequest/a8cc01f77bfe1bb8358047c256ebb2ce to your computer and use it in GitHub Desktop.
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
docker stop blog | |
docker start blog | |
docker rm blog # remove the blog container, it's lost forever. (but your data are safe on your host) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment