Created
May 16, 2021 19:40
-
-
Save amrutprabhu/4d23c616581d49d3cb594a3ed1acd3e9 to your computer and use it in GitHub Desktop.
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
mount the volume | |
/var/run/docker.sock | |
e.g | |
docker run --rm -it \ | |
-v /var/run/docker.sock:/var/run/docker.sock \ | |
wagoodman/dive:latest /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment