Easy connection to CloudFlare WARP and exposing `socks5` proxy, all together!
100K+
A lightweight
Alpine Linuxbased Docker image, designed for easy connection to CloudFlare WARP, exposingsocks5proxy all together.
Multi-platform: linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x and linux/riscv64
docker run --restart=always -itd \
--name warp-socks \
-p 9091:9091 \
ghcr.io/mon-ius/docker-warp-socks
Run docker-compose up -d with the content for docker-compose.yml.
services:
warp-socks:
image: ghcr.io/mon-ius/docker-warp-socks
container_name: warp-socks
restart: always
ports:
- "9091:9091"
healthcheck:
test: ["CMD", "curl", "-x", "socks5h://127.0.0.1:9091", "-fsSL", "https://www.cloudflare.com/cdn-cgi/trace"]
interval: 30s
timeout: 10s
retries: 5
start_period: 10s
Note
Verify the success, if `warp=on` shown with `curl`
curl -x "socks5h://127.0.0.1:9091" -fsSL "https://www.cloudflare.com/cdn-cgi/trace"
curl -x "http://127.0.0.1:9091" -fsSL "https://www.cloudflare.com/cdn-cgi/trace"
arm, arm64, ppc64le, s390x and riscv64, etc.NET_ADMIN, SYS_MODULE, /lib/modules, and extra net deps.privileged acquisition in docker container.SagerNet/sing-box v1.13.x (stable), built on the WireGuard endpoints and the typed DNS engine.sniff / hijack-dns / route) with auto_detect_interface and a default_domain_resolver.1.13.x capabilities: ICMP/ping over the tunnel, optimistic DNS cache (persistent cache_file), bypass rule action, and TLS fragment route options.http, https, and socks protocols on the default port 90913.24.Google Gemini 3.7 Flash, Google Gemini 3.6 Flash, Google Gemini 3.5 Pro and Google Gemini 3.5 Flash-Lite API.OpenAI-GPT-5.6, GPT-5.6 Sol, GPT-5.6 Cyber and OpenAI-Sora 2 API.Grok-4.6, and Grok-4.5 API.Claude Opus 5, Claude Sonnet 5 and Claude Fable 5 API.DeepSeek V4-Pro and DeepSeek V4-Flash API.Moonshot Kimi K3 and Moonshot Kimi K2.7 Code API.MiniMax M3 and MiniMax M2.7 API.GHCR for more Security and Flexibility.We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Cloudflare, or any of its subsidiaries or its affiliates. The official Cloudflare website can be found at https://www.cloudflare.com.
Content type
Image
Digest
sha256:7ffd8f55c…
Size
18 MB
Last updated
over 1 year ago
docker pull monius/docker-warp-socks