/docker-nghttpx

Nghttpx Docker Image

Primary LanguageDockerfileMIT LicenseMIT

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