Add quassel dockerfile

This commit is contained in:
Christine Dodrill 2015-05-03 18:40:43 -07:00
parent f902a34f1e
commit dc8374bb9a
2 changed files with 14 additions and 0 deletions

11
net/quassel/Dockerfile Normal file
View File

@ -0,0 +1,11 @@
FROM flitter/init
RUN apt-get update && apt-get install -y quassel-core
ADD runit/ /etc/service
EXPOSE 4242
VOLUME /var/lib/quassel
CMD /sbin/my_init

3
net/quassel/runit/quassel/run Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
quasselcore --configdir=/var/lib/quassel