Create Dockerfile

This commit is contained in:
Sah 2015-01-01 19:31:10 +08:00
parent 1423fe1921
commit e267a804ec

13
docker/Dockerfile Normal file
View file

@ -0,0 +1,13 @@
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y python-pip
RUN pip install shadowsocks
EXPOSE 8388
ADD shadowsocks.json /etc/
VOLUME ["/etc/shadowsocks.json"]
CMD ssserver -c /etc/shadowsocks.json