You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
Dockerfile | 3 months ago | |
README.md | 3 months ago | |
client.json | 3 months ago | |
entrypoint.sh | 3 months ago |
README.md
Shadowsocks-libev with v2ray-plugin image on Alpine Linux 3.17.0
Build
docker build . -t nxhs/shadowsocks-libev-v2ray:latest -t nxhs/shadowsocks-libev-v2ray:3.3.5r1-1.3.2
Tag is <shadowsocks-libev version>-<v2ray-plugin version>
.
Run
docker run \
--detach \
--name shadowsocks \
--env SERVER_IP=your_server_ip_address \
--env PASSWORD=secure_password \
--publish 8388:8388 \
--publish 8388:8388/udp \
--restart always \
nxhs/shadowsocks-libev-v2ray:latest
To view client connection URI and QR-code run:
docker logs shadowsocks
See client.json for client config example. Don't forget install v2ray-plugin on client too.