cloudflare/hello-world-container-image
Go
Captured source
source ↗cloudflare/hello-world-container-image
Description: Example container image for running on Cloudflare's container runtime
Language: Go
License: NOASSERTION
Stars: 2
Forks: 0
Open issues: 0
Created: 2024-10-14T16:22:16Z
Pushed: 2026-04-23T21:18:39Z
Default branch: main
Fork: no
Archived: no
README:
Cloudflare Container Example
This repo contains a simple example application which can be run in Cloudflare's container runtime.
The example app serves a single HTML page with an incrementing visit counter and a toggleable health status. The health status can be modified by sending a POST request to /health with the status query parameter set to either healthy or unhealthy. The health status can be queried by sending a GET request to /health: if the application is healthy it will return an empty response with a 200 status code; otherwise, it will send an empty response with a 503 status code.
Notability
notability 1.0/10Trivial repo, low traction