command: docker app status short: Get the installation status of an application long: Get the installation status of an application. If the installation is a Docker Application, the status shows the stack services. usage: docker app status INSTALLATION_NAME [--target-context TARGET_CONTEXT] [OPTIONS] pname: docker app plink: docker_app.yaml options: - option: credential-set value_type: stringArray default_value: '[]' description: | Use a YAML file containing a credential set or a credential set present in the credential store deprecated: false experimental: false experimentalcli: false kubernetes: false swarm: false - option: target-context value_type: string description: | Context on which the application is installed (default: ) deprecated: false experimental: false experimentalcli: false kubernetes: false swarm: false - option: with-registry-auth value_type: bool default_value: "false" description: Sends registry auth deprecated: false experimental: false experimentalcli: false kubernetes: false swarm: false examples: $ docker app status myinstallation --target-context=mycontext deprecated: false experimental: false experimentalcli: true kubernetes: false swarm: false