Skip to content

Instantly share code, notes, and snippets.

@raicerk
Created November 12, 2019 20:49
Show Gist options
  • Save raicerk/95274b60f47afd009f16a747841b96f6 to your computer and use it in GitHub Desktop.
Save raicerk/95274b60f47afd009f16a747841b96f6 to your computer and use it in GitHub Desktop.
Docker Nginx
docker run --name webserver -p 8005:80 -v /misitiowebdir:/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