Create Dockerfile
This commit is contained in:
parent
1423fe1921
commit
e267a804ec
1 changed files with 13 additions and 0 deletions
13
docker/Dockerfile
Normal file
13
docker/Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue