WEB UI for clash.
# start a client in the host network mode.
docker run --network host -d plankroot/clash-ui
# open in the browser.
open http://localhost:4000
If you wanna minimal image, The nginx version is more suitable:
# start a client in the host network mode.
docker run --network host -d plankroot/clash-ui:nginx-latest
# open in the browser.
open http://localhost:80
Content type
Image
Digest
sha256:a2f0b8ff7…
Size
41.2 MB
Last updated
almost 4 years ago
docker pull plankroot/clash-ui