Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Removing network hello_default

## Installation

**Note**: This requires a pre-release version (19.03.0 beta 1 or later) of the
**Note**: This requires version 19.03.0 or later of the
[Docker CLI](https://download.docker.com).

Pre-built static binaries are available on
Expand Down Expand Up @@ -264,6 +264,7 @@ To install as a Docker CLI plugin:
```console
mkdir -p ~/.docker/cli-plugins && cp "/tmp/docker-app-plugin-${OSTYPE}" ~/.docker/cli-plugins/docker-app
```
**Note**: Don't forget to enable [Docker experimental features](https://github.com/docker/docker-ce/blob/master/components/cli/experimental/README.md)

### Windows

Expand Down