Skip to content

Instantly share code, notes, and snippets.

@lattice0
Created November 30, 2017 00:07
Show Gist options
  • Save lattice0/78780de5764c31bd009766c17215f0df to your computer and use it in GitHub Desktop.
Save lattice0/78780de5764c31bd009766c17215f0df to your computer and use it in GitHub Desktop.
docker nginx host downloads folder
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