cloudflare / cloudflare/templates
🚀 Template Request: Docker Repository
- Dominant language
- TypeScript
- Stars
- 2.1k
- Forks
- 1k
- Avg merge
- 17h 44m
- Merged PRs (30d)
- 10
Description
### Describe the stack
I currently run a docker repository on a local machine accessible via a cloud flare tunnel. Given the "iffy-ness" of my network connection, I would prefer to have a more stable, high-bandwidth repository. Thus, as a cloudflare worker. This is what it entails to create a docker repository:
```
sudo apt update
sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo docker run -d -p 5000:5000 --name my-registry registry:2
```
Contributor guide
Research direction
Start by reviewing the existing Cloudflare Workers templates and the Docker Registry 2 deployment commands included in the issue. The issue does not name files or tests, and it does not define the Worker design, deployment steps, or completion criteria, so those requirements need to be clarified before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- cloud, devops, infrastructure
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100