Last active
March 2, 2021 17:13
-
-
Save caromdreamer/a78f30e010c62733b8bbb5d302aa8155 to your computer and use it in GitHub Desktop.
Docker container helper scripts.
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 ps -a | |
| docker commit -m "coredump" 92b8935a7cd7 | |
| docker run -it <created image ID> /bin/bash | |
| good luck. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment