You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
# Docker Application
2
2
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
0 commit comments