1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-06 03:54:01 +02:00
This commit is contained in:
kev 2015-09-16 16:20:09 +08:00
parent 3ff37b7d91
commit 67d67328b2

View File

@ -5,7 +5,7 @@ shadowsocks
![](https://badge.imagelayers.io/vimagick/shadowsocks-libev:latest.svg) ![](https://badge.imagelayers.io/vimagick/shadowsocks-libev:latest.svg)
![](https://badge.imagelayers.io/vimagick/shadowsocks-arm:latest.svg) ![](https://badge.imagelayers.io/vimagick/shadowsocks-arm:latest.svg)
[`shadowsocks`][1] is a secure socks5 proxy, [shadowsocks][1] is a secure socks5 proxy,
designed to protect your Internet traffic. designed to protect your Internet traffic.
> If you want to keep a secret, > If you want to keep a secret,
@ -24,7 +24,7 @@ server:
restart: always restart: always
client: client:
image: vimagick/shadowsocks image: vimagick/shadowsocks-arm
ports: ports:
- "1080:1080" - "1080:1080"
environment: environment:
@ -36,12 +36,16 @@ client:
## server ## server
I'm running shadowsocks server on Debian (jessie).
``` ```
$ docker-compose up -d server $ docker-compose up -d server
``` ```
## client ## client
I'm running shadowsocks client on Raspberry Pi 2.
``` ```
$ docker-compose up -d client $ docker-compose up -d client
``` ```