Cloudflare Wrangler CLI on Node.js LTS & Alpine
3.9K
A minimal Docker image containing the Cloudflare Wrangler CLI, based on Node.js LTS and Alpine Linux. This image is ideal for deploying Cloudflare Workers and managing Cloudflare resources in CI/CD pipelines.
You can use this image to run Wrangler commands.
docker run --rm yinanzhou/wrangler wrangler --version
Mount your project directory and pass your API token:
docker run --rm -v $(pwd):/src -w /src -e CLOUDFLARE_API_TOKEN=$CLOUDFLARE_API_TOKEN yinanzhou/wrangler wrangler publish
The source code for this Dockerfile is maintained in the following repository: GitLab: yinanzhou/docker-images
Content type
Image
Digest
sha256:11af4f11f…
Size
186.2 MB
Last updated
6 days ago
docker pull yinanzhou/wrangler