Skip to content

Instantly share code, notes, and snippets.

@Maartenvm
Created March 20, 2017 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Maartenvm/74853cfefe8e78444b0741d3df4353cb to your computer and use it in GitHub Desktop.
Save Maartenvm/74853cfefe8e78444b0741d3df4353cb to your computer and use it in GitHub Desktop.
Connect interactively to running docker image on windows
winpty docker run -v data:/data -ti <DOCKER_IMAGE_TAG> //bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment