gzxhwq/sing-box

By gzxhwq

Updated 2 days ago

The universal proxy platform.

Image
Networking
48

500K+

gzxhwq/sing-box repository overview

sing-box

The universal proxy platform.

Documentation

https://sing-box.sagernet.org


Docker Images from Scratch (UNOFFICIAL)

Docker Pulls Docker Stars

Tags & Feature

  • latest ( Latest release )

    • Docker Image Version (tag latest semver)

    • 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 )

    • Docker Image Version (tag latest semver)

    • 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 )

    • Docker Image Version (tag latest semver)

    • Enabled feature:

    with_clash_api,with_dhcp,with_ech,with_gvisor,with_quic,with_utls

  • server ( Based on latest release )

    • Docker Image Version (tag latest semver)

    • Enabled feature:

    with_acme,with_ech,with_gvisor,with_quic,with_reality_server,with_wireguard

  • git ( Hourly build ) ( DEPRECATED )

    • Enabled feature:

    with_acme,with_clash_api,with_dhcp,with_ech,with_gvisor,with_quic,with_reality_server,with_utls,with_wireguard


Supported architectures

  • i386, amd64, arm32v7, arm64v8

Volumes

VariableDescription
/etc/sing-box/config.jsonConfig file
/etc/sing-box/Working directory

Examples of usage

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 CLI (More details)
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

License

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/>.

Tag summary

Content type

Image

Digest

sha256:fc25a681d

Size

18.3 MB

Last updated

4 days ago

docker pull gzxhwq/sing-box