Easy connection to CloudFlare WARP and exposing `socks5` proxy, all together!
100K+
A lightweight Docker image, designed for easy connection to CloudFlare WARP, exposing
socks5proxy all together.
Multi-platform: linux/amd64, linux/arm64, linux/arm, linux/ppc64le, linux/s390x and linux/riscv64
docker run --restart=always -itd \
--name warp_socks_v5 \
-p 9091:9091 \
ghcr.io/mon-ius/docker-warp-socks:v5
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.11.x version with action feature enabled.http, https, and socks protocols on the default port 90913.22.Google Gemini-Diffusion, Google Gemini 2.5 Pro, Google Gemini 2.5 Flash thinking and Google Gemini 2.5 Pro(Deep Thinking) API.OpenAI-GPT5, ChatGPT-4o, ChatGPT-4.1, OpenAI-o1, OpenAI-o3, OpenAI-o3-mini, OpenAI-o1-pro and OpenAI-Sora API.Grok-4, and Grok-3 API.Claude 4 Sonnet and Claude 4 Opus API.DeepSeek V3 and DeepSeek R1 API.Moonshot Kimi K2 API.Minimax M1 API.GHCR for more Security and Flexibility.v2 version will be kept and available at monius/docker-warp-socks:v2.v3 version will be kept and available at monius/docker-warp-socks:v3.v4 version will be kept and available at monius/docker-warp-socks:v4.v5.Tip
Prerequisites for use `docker-warp-socks` v5 without root permission!
# in case, you have no docker-ce installed;
curl -fsSL "https://get.docker.com" | sudo bash
# to avoid `sudo` calling
sudo usermod -aG docker ${USER}
sudo chmod 666 /var/run/docker.sock
sudo chown root:docker /var/run/docker.sock
# or check https://docs.docker.com/engine/security/rootless
# if required a rootless install with `dockerd-rootless-setuptool.sh install`
# in case, using Centos/RedHatEL
sudo systemctl enable docker && sudo systemctl start docker
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