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

https://github.com/akafeng/docker-sing-box

๐Ÿณ Docker Image Packaging for sing-box
https://github.com/akafeng/docker-sing-box

debian docker proxy shadowsocks socks5 trojan-go tun tunnel v2ray

Last synced: 28 days ago
JSON representation

๐Ÿณ Docker Image Packaging for sing-box

Awesome Lists containing this project

README

          

sing-box

The universal proxy platform.


Container Registry ยท
Project Source






---

### Pull The Image

```bash
$ docker pull ghcr.io/akafeng/sing-box
```

### Start Container

```bash
$ docker run -d \
-v /etc/sing-box/:/etc/sing-box/ \
--restart=always \
--name=sing-box \
ghcr.io/akafeng/sing-box \
-C /etc/sing-box/ run
```