Readme update
This commit is contained in:
parent
782423fd53
commit
b8e6df3d33
18
README.md
18
README.md
@ -16,12 +16,28 @@ cd build
|
|||||||
```
|
```
|
||||||
A deb-package will be placed in build/out
|
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
|
cd build
|
||||||
./build.sh surok_image
|
./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
|
## Known issues
|
||||||
|
|
||||||
* python3-memcache is broken in Debian Jessie. Backport fresh version from testing (>= 1.57).
|
* python3-memcache is broken in Debian Jessie. Backport fresh version from testing (>= 1.57).
|
||||||
|
Loading…
Reference in New Issue
Block a user