Skip to content

Instantly share code, notes, and snippets.

@bds
Forked from falvarez/docker-shell.sh
Created June 17, 2019 17:06
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 bds/c8c2e74f223c9929caf38d406e4f14ae to your computer and use it in GitHub Desktop.
Save bds/c8c2e74f223c9929caf38d406e4f14ae to your computer and use it in GitHub Desktop.
Run docker container, mount current working directory and get interactive shell
docker run -ti -v $(pwd):/tmp DOCKER_IMAGE /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment