Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.3 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.3 KB

Docker NGINX Unit image

Tags

As of 1.x, docker image tags correspond to NGINX Unit versions

What is this?

Based on alpine linux this is the smallest so far installation of NGINX Unit since most of them use precompiled packages for CentOS, Ubuntu or Debian. You can use it separately but it's developed primarily for faster extending with "units": php, go and python. Check its child images:

  • vladkras/nginx-unit-php7

Usage

docker run -d vladkras/nginx-unit-base

that's it, Now you can play around with NGINX Unit

docker exec -it <container> sh

This image contains DESTDIR=/opt/unit/ env variable. Don't change it unless you exactly know what you're doing! Source code necessary for further setup is located in /unit directory under root.

Docs

Configuration

License

This Docker image is licensed under the MIT License

NGINX Unit is licensed under the Apache License 2.0

Docker

vladkras/nginx-unit-base @ Docker Hub