mirror of
https://github.com/luzifer-docker/kyototycoon.git
synced 2024-11-12 18:32:42 +00:00
Initial version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
commit
67b815d64c
1 changed files with 14 additions and 0 deletions
14
Dockerfile
Normal file
14
Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
FROM debian
|
||||||
|
|
||||||
|
RUN set -ex \
|
||||||
|
&& apt-get update \
|
||||||
|
&& apt-get install -y kyototycoon
|
||||||
|
|
||||||
|
VOLUME /data
|
||||||
|
EXPOSE 3000
|
||||||
|
|
||||||
|
ENTRYPOINT ["ktserver"]
|
||||||
|
CMD ["-ls", "-th", "16", "-port", "3000", "-pid", "/data/kyoto.pid", \
|
||||||
|
"-oat", "-uasi", "10", "-asi", "10", "-ash", \
|
||||||
|
"-sid", "1001", "-ulog", "/data/db", "-ulim", "104857600", \
|
||||||
|
"/data/db/db.kct#opts=c#pccap=256m#dfunit=8"]
|
Loading…
Reference in a new issue