Skip to content

Instantly share code, notes, and snippets.

@mishazawa
Created January 17, 2020 14:56
Show Gist options
  • Select an option

  • Save mishazawa/faa93df3c47a22e17210397c23e9918d to your computer and use it in GitHub Desktop.

Select an option

Save mishazawa/faa93df3c47a22e17210397c23e9918d to your computer and use it in GitHub Desktop.
docker tips

run bash

docker run -it <IMAGE> /bin/sh

mount dir

docker run -v /<ABS_PATH_SOURCE>:/<ABS_PATH_DEST> -it <IMAGE> /bin/sh

rm image

docker image rm -f <IMAGE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment