Created
March 18, 2020 16:46
-
-
Save mak3r/0f623c54a9eaa6a8f26a028ccfb2bc2b to your computer and use it in GitHub Desktop.
get the full command used to run a docker 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 run --rm -v /var/run/docker.sock:/var/run/docker.sock \ | |
assaflavie/runlike <container> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment