Skip to content

Instantly share code, notes, and snippets.

@matthiasbalke
Last active February 28, 2019 10:48
Show Gist options
  • Save matthiasbalke/f1adad4cbb6c2c888ae0310ce7dd5f13 to your computer and use it in GitHub Desktop.
Save matthiasbalke/f1adad4cbb6c2c888ae0310ce7dd5f13 to your computer and use it in GitHub Desktop.
docker-in-docker on Windows
# taken from https://stackoverflow.com/a/47229180/520631
docker run -it --rm --privileged --name dockerindocker -v //var/run/docker.sock:/var/run/docker.sock docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment