An open API service indexing awesome lists of open source software.

https://github.com/knightchaser/simplenginxdocker

A small NGINX web server with Docker deployment.
https://github.com/knightchaser/simplenginxdocker

docker exercise nginx

Last synced: about 2 months ago
JSON representation

A small NGINX web server with Docker deployment.

Awesome Lists containing this project

README

          

# SimpleNGINXDocker
> ### Let's learn how to deploy something with Docker!
A small NGINX web server with Docker deployment.

**Environment**: `Ubuntu 22.04 LTS (Windows 11 WLS2)`

**How to run**: Execute `buildandrun.sh` with root permission. The Dockerfile build and executing container will proceed automatically. And, visit `http://localhost:80` in your browser. Because NGINX server is running, you'll show a page written as `custom-index.html`.