Skip to content

Instantly share code, notes, and snippets.

@ahmednrana
Created November 19, 2019 10:50
Show Gist options
  • Save ahmednrana/0a449fe50855b63e137e12dbbc994604 to your computer and use it in GitHub Desktop.
Save ahmednrana/0a449fe50855b63e137e12dbbc994604 to your computer and use it in GitHub Desktop.
[Docker] docker mount host folder #docker
docker run -v /host/directory:/container/directory -t IMAGE-NAME /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment