1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/h2o/README.md
2015-08-27 09:16:44 +08:00

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