tuapuikia / docker-nghttpx

Nghttpx Docker Image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nghttpx Docker Image

This nghttpx Docker Image is based on Debian.

Supported tags and respective Dockerfile links

How to use this image

Run this container with the following command:

sudo docker run --name nghttpx01 -d -p 3000:3000/tcp --restart=always dmachard/nghttpx:latest

Custom configuration

You can run this image and provide your own nghttpx configuration like that:

sudo docker run --name nghttpx01 -d -p 3000:3000/tcp -v $PWD/mynghttpx.conf:/opt/nghttp2/etc/nghttpx.conf \
dmachard/nghttpx:latest

About

Nghttpx Docker Image

License:MIT License


Languages

Language:Dockerfile 100.0%