Last active
August 7, 2020 13:49
-
-
Save miladhub/bad735066db70f3af4dc3df2c98270fc to your computer and use it in GitHub Desktop.
Docker volume
This file contains hidden or 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 -dit --name foo -e FOO=$(pwd)/foo.txt -v $(pwd)/foo.txt:/tmp/foo.txt httpd:2.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment