As of 1.x, docker image tags correspond to NGINX Unit versions
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
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.
This Docker image is licensed under the MIT License
NGINX Unit is licensed under the Apache License 2.0
vladkras/nginx-unit-base @ Docker Hub