The universal proxy platform.
https://sing-box.sagernet.org
latest ( Latest release )
Enabled feature:
with_acme,with_clash_api,with_dhcp,with_ech,with_gvisor,with_quic,with_reality_server,with_utls,with_wireguard
dev ( Pre-release )
Enabled feature:
with_acme,with_clash_api,with_dhcp,with_ech,with_gvisor,with_quic,with_reality_server,with_utls,with_wireguard
client ( Based on latest release )
Enabled feature:
with_clash_api,with_dhcp,with_ech,with_gvisor,with_quic,with_utls
server ( Based on latest release )
Enabled feature:
with_acme,with_ech,with_gvisor,with_quic,with_reality_server,with_wireguard
( DEPRECATED )git ( Hourly build )
with_acme,with_clash_api,with_dhcp,with_ech,with_gvisor,with_quic,with_reality_server,with_utls,with_wireguard
i386, amd64, arm32v7, arm64v8| Variable | Description |
|---|---|
| /etc/sing-box/config.json | Config file |
| /etc/sing-box/ | Working directory |
version: '3'
services:
sing-box:
image: gzxhwq/sing-box:git
restart: unless-stopped
network_mode: "host"
volumes:
- $PWD/:/etc/sing-box/
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun
docker run -d \
--network host \
--restart unless-stopped \
--volume $PWD/:/etc/sing-box/ \
--cap-add NET_ADMIN \
--device /dev/net/tun
gzxhwq/sing-box:git
Copyright (C) 2022 by nekohasekai <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Content type
Image
Digest
sha256:fc25a681d…
Size
18.3 MB
Last updated
4 days ago
docker pull gzxhwq/sing-box