https://github.com/leafney/alpine-shadowsocks
Docker + Alpine + Shadowsocks
https://github.com/leafney/alpine-shadowsocks
Last synced: 3 months ago
JSON representation
Docker + Alpine + Shadowsocks
- Host: GitHub
- URL: https://github.com/leafney/alpine-shadowsocks
- Owner: leafney
- Created: 2017-04-01T02:20:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T04:01:57.000Z (about 8 years ago)
- Last Synced: 2025-01-14T15:23:42.993Z (5 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Docker-Alpine-Shadowsocks
#### alpine-shadowsocks
##### Get Docker Container
```
$ docker pull leafney/alpine-shadowsocks
```##### Run Default Container
Run with default `METHOD` of `aes-256-cfb` and default `PASSWORD` of `shadowsocks` :
```
$ docker run --name ss -d -p 8388:8388 leafney/alpine-shadowsocks
```***
#### alpine-shadowsocks-pro