This repository has been archived by the owner on Jun 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
- Loading branch information
1 parent
2810a38
commit f5ee4ef
Showing
3 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
Usage: docker app COMMAND | ||
|
||
Build and deploy Docker Application Packages. | ||
|
||
Commands: | ||
bundle Create a CNAB invocation image and bundle.json for the application. | ||
completion Generates completion scripts for the specified shell (bash or zsh) | ||
init Start building a Docker application | ||
inspect Shows metadata, parameters and a summary of the compose file for a given application | ||
install Install an application | ||
merge Merge a multi-file application into a single file | ||
pull Pull an application from a registry | ||
push Push the application to a registry | ||
render Render the Compose file for the application | ||
split Split a single-file application into multiple files | ||
status Get the installation status. If the installation is a docker application, the status shows the stack services. | ||
uninstall Uninstall an application | ||
upgrade Upgrade an installed application | ||
validate Checks the rendered application is syntactically correct | ||
version Print version information | ||
|
||
Run 'docker app COMMAND --help' for more information on a command. |