Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit d6f5f4c

Browse files
Add a TL;DR at the top of the README
Signed-off-by: Silvin Lubecki <[email protected]>
1 parent cb2effa commit d6f5f4c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Docker Application
22

3-
A utility to help make Compose files more reusable and shareable.
3+
A Docker CLI Plugin to configure, share and install applications:
4+
* Extend [Compose files](https://docs.docker.com/compose/compose-file/) with metadata and parameters
5+
* Re-use same application across multiple environments (Development/QA/Staging/Production)
6+
* Multi orchestrator installation (Swarm or Kubernetes)
7+
* Push/Pull/[Promotion](https://docs.docker.com/ee/dtr/user/promotion-policies/internal-promotion/)/[Signing](https://docs.docker.com/engine/security/trust/content_trust/) supported for application, with same workflow as images
8+
* Fully [CNAB](https://cnab.io) compliant
9+
* Full support of Docker Contexts
410

511
## The problem Application Packages solves
612

0 commit comments

Comments
 (0)