Created
July 15, 2016 09:15
-
-
Save pierreprinetti/3a69af2ed69263b93230b0c457ad2202 to your computer and use it in GitHub Desktop.
docker exec stopped container
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 commit $STOPPED_CONTAINER user/test_image | |
docker run -ti --entrypoint=sh user/test_image |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment