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.
The `--pull` flag is removed, we align with what the cli is doing:
searching locally first, then pulling if not found. The user needs to
explicitly pull an app image if they want to install the latest version.
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
**Note**: Docker app is a _command line_ plugin (not be confused with docker _engine_ plugins), extending the `docker` command with `app` sub-commands.
238
-
It requires [Docker CLI](https://download.docker.com) 19.03.0 or later with experimental features enabled.
239
-
Either set environment variable `DOCKER_CLI_EXPERIMENTAL=enabled`
237
+
**Note**: Docker app is a _command line_ plugin (not be confused with docker _engine_ plugins), extending the `docker` command with `app` sub-commands.
238
+
It requires [Docker CLI](https://download.docker.com) 19.03.0 or later with experimental features enabled.
239
+
Either set environment variable `DOCKER_CLI_EXPERIMENTAL=enabled`
240
240
or update your [docker CLI configuration](https://docs.docker.com/engine/reference/commandline/cli/#experimental-features).
241
241
242
242
**Note**: Docker-app can't be installed using the `docker plugin install` command (yet)
expected:=`Unable to find application image "unknown:latest" locally
184
+
Unable to find application "unknown": failed to resolve bundle manifest "docker.io/library/unknown:latest": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed`
0 commit comments