Skip to content

Instantly share code, notes, and snippets.

@pierreprinetti
Created July 15, 2016 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pierreprinetti/3a69af2ed69263b93230b0c457ad2202 to your computer and use it in GitHub Desktop.
Save pierreprinetti/3a69af2ed69263b93230b0c457ad2202 to your computer and use it in GitHub Desktop.
docker exec stopped container
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