This is a Docker image for a Nginx webserver with HTTP/2 enabled.
To use this image you just need to run the following commands.
$ docker pull bluesoftbr/nginx-h2
$ docker run -d -p 8443:443 -v /path/to/my/website/:/usr/local/nginx/html/ nginx-h2
Change /path/to/my/website/ to the absolute path to your website.
Access https://localhost:8443/ through your browser and have fun!
The Dockerfile for this image is available at https://github.com/bluesoft/dockerfiles/tree/master/nginx-h2
Content type
Image
Digest
Size
121.9 MB
Last updated
over 10 years ago
docker pull bluesoftbr/nginx-h2