From d25161d5a08e441f997d6508701c38a1be7c7b8b Mon Sep 17 00:00:00 2001 From: DDKatch Date: Tue, 14 May 2019 17:52:55 +0300 Subject: [PATCH] Add README.md file --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4049f0e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +Docker config files for modern HTTP [web-server](https://github.com/h2o/h2o) with HTTP/2 support + +In order to build an image, run this command in repo directory: + +`docker build . -t h2o`