1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/h2o/README.md

17 lines
338 B
Markdown
Raw Normal View History

2015-08-27 01:05:21 +00:00
h2o
===
[H2O][1] 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 html:/var/www/html vimagick/h2o
$ curl localhost:8080
```
[1]: https://h2o.examp1e.net/index.html