Initial version

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-05-15 16:25:18 +02:00
commit 67b815d64c
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

14
Dockerfile Normal file
View 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"]