https://github.com/matthewbdaly/nginx-unit-basic
Basic Docker container for Nginx Unit
https://github.com/matthewbdaly/nginx-unit-basic
docker docker-image
Last synced: 10 months ago
JSON representation
Basic Docker container for Nginx Unit
- Host: GitHub
- URL: https://github.com/matthewbdaly/nginx-unit-basic
- Owner: matthewbdaly
- License: mit
- Created: 2017-09-17T19:35:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T15:24:53.000Z (almost 8 years ago)
- Last Synced: 2025-01-21T07:09:08.993Z (11 months ago)
- Topics: docker, docker-image
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nginx-unit-basic
----------------
Basic Dockerfile for running [Nginx Unit](https://www.nginx.com/products/nginx-unit/) as a Docker container.
I know very little about Docker as this stage, so I fully expect this to only really be useful as a starting point.
You can run it with `docker run -p 8000:8000 -d matthewbdaly/nginx-unit-basic`