Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amrutprabhu/4d23c616581d49d3cb594a3ed1acd3e9 to your computer and use it in GitHub Desktop.
Save amrutprabhu/4d23c616581d49d3cb594a3ed1acd3e9 to your computer and use it in GitHub Desktop.
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