Skip to content

Instantly share code, notes, and snippets.

@koolquark
Created June 20, 2018 06:09
Show Gist options
  • Save koolquark/d039a00efcd29f97f885528ae3b7824d to your computer and use it in GitHub Desktop.
Save koolquark/d039a00efcd29f97f885528ae3b7824d to your computer and use it in GitHub Desktop.
Bind Mounting in Docker : Example 1

Bind Mounting

docker run -itd  --name devtest --mount type=bind,source=/tmp/bm1,target=/app  alpine:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment