An open API service indexing awesome lists of open source software.

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

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