Skip to content

Instantly share code, notes, and snippets.

@mak3r
Created March 18, 2020 16:46
Show Gist options
  • Save mak3r/0f623c54a9eaa6a8f26a028ccfb2bc2b to your computer and use it in GitHub Desktop.
Save mak3r/0f623c54a9eaa6a8f26a028ccfb2bc2b to your computer and use it in GitHub Desktop.
get the full command used to run a docker container
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