Sign inSign up

vimagick/h2o

By vimagick

Updated about 5 years ago

A new generation HTTP server providing quicker response to users.

Image
2

6.9K

vimagick/h2o repository overview

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

Tag summary

Content type

Image

Digest

sha256:db49b5a81

Size

10.5 MB

Last updated

about 5 years ago

docker pull vimagick/h2o