mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-03 11:34:57 +01:00
update README.md
This commit is contained in:
@@ -1,24 +1,22 @@
|
||||
shadowsocks
|
||||
===========
|
||||
|
||||
name | size
|
||||
--------------------- | ---------------------------------------------------------------------------
|
||||
shadowsocks | 
|
||||
shadowsocks-libev | 
|
||||
shadowsocks-arm | 
|
||||
shadowsocks-libev-arm | 
|
||||
name | size
|
||||
-------------------------- | ---------------------------------------------------------------------------
|
||||
[shadowsocks][1] | 
|
||||
[shadowsocks-libev][2] | 
|
||||
[shadowsocks-arm][3] | 
|
||||
[shadowsocks-libev-arm][4] | 
|
||||
|
||||
[shadowsocks][1] is a secure socks5 proxy,
|
||||
designed to protect your Internet traffic.
|
||||
[shadowsocks][5] is a secure socks5 proxy, designed to protect your Internet traffic.
|
||||
|
||||
> If you want to keep a secret,
|
||||
> you must also hide it from yourself.
|
||||
> If you want to keep a secret, you must also hide it from yourself.
|
||||
|
||||
## docker-compose.yml
|
||||
|
||||
For Linux Server
|
||||
|
||||
```
|
||||
```yaml
|
||||
server:
|
||||
image: vimagick/shadowsocks-libev
|
||||
ports:
|
||||
@@ -38,7 +36,7 @@ client:
|
||||
|
||||
For Raspberry Pi
|
||||
|
||||
```
|
||||
```yaml
|
||||
client:
|
||||
image: vimagick/shadowsocks-libev-arm
|
||||
ports:
|
||||
@@ -68,5 +66,9 @@ $ docker-compose up -d client
|
||||
|
||||
[read more][2]
|
||||
|
||||
[1]: http://shadowsocks.org
|
||||
[2]: https://github.com/shadowsocks/shadowsocks/wiki/Configuration-via-Config-File
|
||||
[1]: https://hub.docker.com/r/vimagick/shadowsocks/
|
||||
[2]: https://hub.docker.com/r/vimagick/shadowsocks-libev/
|
||||
[3]: https://hub.docker.com/r/vimagick/shadowsocks-arm/
|
||||
[4]: https://hub.docker.com/r/vimagick/shadowsocks-libev-arm/
|
||||
[5]: http://shadowsocks.org
|
||||
[6]: https://github.com/shadowsocks/shadowsocks/wiki/Configuration-via-Config-File
|
||||
|
||||
Reference in New Issue
Block a user