mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
403 B
403 B
h2o
H2O is a new generation HTTP server providing quicker response to users when compared to older generation of web servers.
Quick Start
$ mkdir html
$ echo 'hello world' > html/index.html
$ docker run -d -p 8080:80 -v `pwd`/html:/var/www/html vimagick/h2o
$ curl localhost:8080