This repository has been archived on 2024-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2022-12-15 03:14:16 +03:00
client.json init 2022-12-15 03:14:16 +03:00
Dockerfile init 2022-12-15 03:14:16 +03:00
entrypoint.sh init 2022-12-15 03:14:16 +03:00
README.md init 2022-12-15 03:14:16 +03:00

Shadowsock-libev with v2ray-plugin image on Alpine Linux 3.17.0

Build

Tag is <shadowsocks-libev_version>-<v2ray-plugin_version>

docker build . -t ss-libev-v2ray:3.3.5-r1-1.3.2

Run

docker run \
    --detach \
    --name ss-v2ray \
    --env PASSWORD=secure_password \
    --publish 8388:8388 \
    --publish 8388:8388/udp \
    --restart always \
    ss-libev-v2ray:3.3.5-r1-1.3.2

Built image is available on DockerHub:

docker pull nxhs/ss-libev-v2ray

See client.json for client config example. Don't forget install v2ray-plugin on client too.