Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 02db9b4

Browse files
Ulysses Souzachris-crone
authored andcommitted
Fix plugins related text in README.md
Signed-off-by: Ulysses Souza <[email protected]>
1 parent c9c81eb commit 02db9b4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,11 @@ Removing network hello_default
188188

189189
Pre-built binaries are available on [GitHub releases](https://github.com/docker/app/releases) for Windows, Linux and macOS.
190190
Each tarball contains two binaries:
191-
- `docker-app-plugin-{linux|macos|windows}` which is docker-app as a [docker cli plugin](https://github.com/docker/cli/issues/1534)
192-
- `docker-app-standalone-{linux|macos|windows}` which is docker-app as a standalone utility
191+
- `docker-app-plugin-{linux|darwin|windows.exe}` which is docker-app as a [docker cli plugin](https://github.com/docker/cli/issues/1534). **Note**: This requires a pre-release version of the
192+
Docker CLI
193+
- `docker-app-standalone-{linux|darwin|windows.exe}` which is docker-app as a standalone utility
193194

194-
To use `docker-app` plugin, just type `docker app` instead of `docker-app` and all the examples will work the same way:
195+
To use the `docker-app` plugin, just type `docker app` instead of `docker-app` and all the examples will work the same way:
195196
```bash
196197
$ docker app version
197198
Version: v0.8
@@ -248,9 +249,6 @@ New-Item -ItemType Directory -Path ~/.docker/cli-plugins -ErrorAction SilentlyCo
248249
cp docker-app-plugin-windows.exe ~/.docker/cli-plugins/docker-app.exe
249250
```
250251

251-
252-
**Note:** To use Application Packages as images (i.e.: `save`, `push`, or `install` when package is not present locally) on Windows, one must be in Linux container mode.
253-
254252
## Single file or directory representation
255253

256254
If you prefer having the three core documents in separate YAML files, omit the `-s` / `--single-file` option to

0 commit comments

Comments
 (0)