1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

update README

This commit is contained in:
kev 2016-04-05 13:10:51 +08:00
parent a153e182cb
commit 40c88d435e
2 changed files with 7 additions and 0 deletions

@ -49,9 +49,14 @@ vimagick/shadowsocks-libev latest a36f480e696a 8 minutes a
vimagick/shadowsocks latest 35650c84852a 57 minutes ago 51.25 MB vimagick/shadowsocks latest 35650c84852a 57 minutes ago 51.25 MB
``` ```
## Raspberry Pi
To setup a shadowsocks client on Raspberry Pi, please use [easypi/shadowsocks-libev-arm][7].
[1]: https://github.com/shadowsocks/shadowsocks-libev [1]: https://github.com/shadowsocks/shadowsocks-libev
[2]: https://github.com/clowwindy [2]: https://github.com/clowwindy
[3]: https://github.com/madeye [3]: https://github.com/madeye
[4]: https://github.com/linusyang [4]: https://github.com/linusyang
[5]: https://hub.docker.com/r/vimagick/shadowsocks/ [5]: https://hub.docker.com/r/vimagick/shadowsocks/
[6]: https://hub.docker.com/r/vimagick/shadowsocks-libev/ [6]: https://hub.docker.com/r/vimagick/shadowsocks-libev/
[7]: https://hub.docker.com/r/easypi/shadowsocks-libev-arm/

@ -24,6 +24,8 @@ squid:
restart: always restart: always
``` ```
> You can mount `squid.conf` file.
## Up and Running ## Up and Running
``` ```