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.
shadowsocks-libev-v2ray/README.md

31 lines
600 B
Markdown
Raw Normal View History

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>`
```shell
docker build . -t ss-libev-v2ray:3.3.5-r1-1.3.2
```
## Run
```shell
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:
```shell
docker pull nxhs/ss-libev-v2ray
```
See client.json for client config example. Don't forget install v2ray-plugin on client too.