Created
November 19, 2019 10:50
-
-
Save ahmednrana/0a449fe50855b63e137e12dbbc994604 to your computer and use it in GitHub Desktop.
[Docker] docker mount host folder #docker
This file contains 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 -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