Created
November 30, 2017 00:07
-
-
Save lattice0/78780de5764c31bd009766c17215f0df to your computer and use it in GitHub Desktop.
docker nginx host downloads folder
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 --name nginx --rm -p 8080:80 -v /home/lz/Downloads:/usr/share/nginx/html:ro -d nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment