Skip to content

Instantly share code, notes, and snippets.

@aliuosio
Last active August 17, 2019 13:14
Show Gist options
  • Save aliuosio/953498eb506c0b1e93001273bb393235 to your computer and use it in GitHub Desktop.
Save aliuosio/953498eb506c0b1e93001273bb393235 to your computer and use it in GitHub Desktop.
jump into alpine container with volume mount
docker run -it --name <name> -v $(pwd):/home alpine sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment