Skip to content

Instantly share code, notes, and snippets.

@mbrezu
Created August 17, 2019 19:50
Show Gist options
  • Save mbrezu/6743fd499add997567a1835e5a6ab11d to your computer and use it in GitHub Desktop.
Save mbrezu/6743fd499add997567a1835e5a6ab11d to your computer and use it in GitHub Desktop.
Docker based script to serve a folder over HTTP
rem first arg: path to serve
rem second arg: port to use
docker run -it --rm -p %2:80 -v %1:/usr/share/nginx/html jrelva/nginx-autoindex:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment