Skip to content

Instantly share code, notes, and snippets.

@Dzhuneyt
Forked from falvarez/docker-shell.sh
Created September 1, 2019 12:14
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 Dzhuneyt/fb4f8fe3f5d529c4ea6952947850b975 to your computer and use it in GitHub Desktop.
Save Dzhuneyt/fb4f8fe3f5d529c4ea6952947850b975 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