mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-07-02 11:30:31 +02:00
21 lines
582 B
Markdown
21 lines
582 B
Markdown
---
|
|
name: Add a project
|
|
about: Suggest a project for the list
|
|
title: "add: [PROJECT] in [SECTION]"
|
|
labels: pending-evaluation
|
|
---
|
|
# IF THE PROJECT JUST RUNS IN DOCKER, AUTOMATICALLY DENIED
|
|
|
|
- [ ] I HAVE READ .github/CONTRIBUTING.md
|
|
|
|
Write the sentence: *"This project exists to ____."*
|
|
|
|
If the blank doesn't contain **Docker, container, image, registry, Dockerfile, Compose, Swarm, BuildKit, or OCI**, it probably doesn't belong here.
|
|
|
|
```markdown
|
|
[REPO](https://github.com/AUTHOR/REPO) - DESCRIPTION.
|
|
```
|
|
|
|
|
|
Note: the project will be added faster if you create a PR (recommended!).
|