Skip to content

vladkras/nginx-unit-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Docker NGINX Unit base image

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published