Sign inSign up

bluesoftbr/httpd-h2

By bluesoftbr

•Updated over 10 years ago

Apache with HTTP/2 enabled

Image
0

10K+

bluesoftbr/httpd-h2 repository overview

This is a Docker image for an Apache webserver with HTTP/2 enabled.

To use this image you just need to run the following commands.

$ docker pull bluesoftbr/httpd-h2
$ docker run -d -p 8443:443 -v /path/to/my/website/:/usr/local/httpd/htdocs/ httpd-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/httpd-h2⁠

Tag summary

Content type

Image

Digest

Size

195.1 MB

Last updated

over 10 years ago

docker pull bluesoftbr/httpd-h2