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
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,17 +149,17 @@ More examples are available in the [examples](examples) directory.
149
149
150
150
## CNAB
151
151
152
-
Under the hood `docker-app`produces a CNAB bundle (a docker invocation image and a `bundle.json`) from an Application Package, but is also a generic CNAB client.
153
-
CNAB proposes four actions, and docker-app adds them as commands:
152
+
Under the hood `docker-app`is CNAB compliant. It generates a CNAB from your application source and is able to install and manage any other CNAB too.
153
+
CNAB specifies four actions which `docker-app` provides as commands:
154
154
-`install`
155
155
-`upgrade`
156
156
-`status`
157
157
-`uninstall`
158
158
159
-
**Note**: These four commands needs a Docker Context to know which daemon or orchestrator to target.
159
+
**Note**: These commands need a Docker Context so that `docker-app` knows which endpoint and orchestrator to target.
0 commit comments