Created
September 14, 2021 13:02
-
-
Save aliuosio/2d33c65e4b8bee2f394b4dac11399805 to your computer and use it in GitHub Desktop.
docker run with volume name and workdir
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 \ | |
-w=/root/docker_test_volume \ | |
--name=svg_to_ascii \ | |
-v=$HOME/projects/docker_test_volume/:/root/docker_test_volume \ | |
alpine \ | |
sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment