From b8e6df3d33d7b1500104e5764cd00d8b555b78f5 Mon Sep 17 00:00:00 2001 From: Denis Zheleztsov Date: Tue, 15 Nov 2016 11:01:18 +0300 Subject: [PATCH] Readme update --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7ca82e..4da32c8 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,28 @@ cd build ``` A deb-package will be placed in build/out -build surok base docker image +build surok base docker image(based on Ubuntu Xenial) ``` cd build ./build.sh surok_image ``` +build surok base Alpine image +``` +cd build +./build.sh alpine +``` + +build surok base CentOS image +``` +cd build +./build.sh centos +``` + +## Documentation + +[Wiki](https://github.com/Difrex/surok/wiki) + ## Known issues * python3-memcache is broken in Debian Jessie. Backport fresh version from testing (>= 1.57).