fix: enable full version alpine build only
This commit is contained in:
parent
2971d33915
commit
79835f6414
4 changed files with 11 additions and 21 deletions
18
README.md
18
README.md
|
@ -4,9 +4,9 @@
|
|||
|
||||
[sing-box](https://sing-box.sagernet.org/) is a universal proxy platform for building your own proxy.
|
||||
|
||||
Docker images are built for quick deployment in various computing cloud providers.
|
||||
Docker images are designed for rapid deployment to various computing cloud providers.
|
||||
|
||||
For more information on docker and containerization technologies, refer to [official document](https://docs.docker.com/).
|
||||
For more information on Docker and containerization technologies, read the [official document](https://docs.docker.com/).
|
||||
|
||||
## Documentation
|
||||
|
||||
|
@ -22,15 +22,9 @@ For more information on docker and containerization technologies, refer to [offi
|
|||
|
||||
## Enabled features
|
||||
|
||||
- `standard`
|
||||
> `with_gvisor,with_quic,with_wireguard,with_utls,with_reality_server,with_clash_api,with_acme`
|
||||
|
||||
- `full`
|
||||
**Full version!**
|
||||
> `with_gvisor,with_quic,with_grpc,with_dhcp,with_wireguard,with_shadowsocksr,with_ech,with_utls,with_reality_server,with_clash_api,with_v2ray_api,with_acme`
|
||||
|
||||
- `mini`
|
||||
> `with_quic,with_utls,with_reality_server`
|
||||
|
||||
## Supported tags
|
||||
|
||||
- `latest` *([latest release](https://github.com/SagerNet/sing-box/releases))*
|
||||
|
@ -38,8 +32,4 @@ For more information on docker and containerization technologies, refer to [offi
|
|||
- `dev` *([dev branch](https://github.com/SagerNet/sing-box/tree/dev))*
|
||||
- `dev-next` *([dev-next branch](https://github.com/SagerNet/sing-box/tree/dev))*
|
||||
|
||||
## Additional distro
|
||||
|
||||
Add `-distroless` to the end of the tag to use the build of distroless images.
|
||||
|
||||
For example, `etnperlong/sing-box:dev-next-full-distroless` is the distroless build of full feature enabled image.
|
||||
For example, `etnperlong/sing-box:dev-next` means a fully functional docker image.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue