Skip to content

Instantly share code, notes, and snippets.

@aliuosio
Created September 14, 2021 13:02
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 aliuosio/2d33c65e4b8bee2f394b4dac11399805 to your computer and use it in GitHub Desktop.
Save aliuosio/2d33c65e4b8bee2f394b4dac11399805 to your computer and use it in GitHub Desktop.
docker run with volume name and workdir
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