Nginx - Official Image | Docker Hub
https://hub.docker.com/_/nginx/
Hosting some simple static contentAlternatively, a simple Dockerfilecan be used to generate a new image that includes the necessary content (which is a much cleaner solution than the bind mount above): Place this file in the same directory as your directory of content ("static-html-director… Exposing external portThen you can hit http://localhost:8080 or http://host-ip:8080in your browser. Maintained by: the NGINX Docker Maintainers Where to get help: the Docker Community Forums, the Docker Community Slack, or Stack Overflow Maintained by: the NGINX Docker Maintainers Where to get help: the Docker Community Forums, the Docker Community Slack, or Stack Overflow
Hosting some simple static contentAlternatively, a simple Dockerfilecan be used to generate a new image that includes the necessary content (which is a much cleaner solution than the bind mount above): Place this file in the same directory as your directory of content ("static-html-director…
Exposing external portThen you can hit http://localhost:8080 or http://host-ip:8080in your browser.
Maintained by: the NGINX Docker Maintainers
Where to get help: the Docker Community Forums, the Docker Community Slack, or Stack Overflow
DA: 47 PA: 80 MOZ Rank: 25