Last active
August 17, 2019 13:14
-
-
Save aliuosio/953498eb506c0b1e93001273bb393235 to your computer and use it in GitHub Desktop.
jump into alpine container with volume mount
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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