This commit is contained in:
Christine Dodrill 2015-05-09 19:48:30 -07:00
parent fea9beb413
commit 7f76b2543b
1 changed files with 12 additions and 0 deletions

12
net/i2p/Dockerfile Normal file
View File

@ -0,0 +1,12 @@
FROM flitter/init
RUN apt-add-repository ppa:i2p-maintainers/i2p
RUN apt-get update &&\
apt-get install i2p -y
RUN useradd --create-home i2p
USER i2p
ENV HOME /home/i2p
CMD /usr/bin/i2prouter console