Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Comment that with docker 19.03-, can not use buildx as docker plugin.
  • Loading branch information
daixiang0 committed Oct 26, 2019
1 parent 6db68d0 commit 427c19d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -57,8 +57,6 @@ Change the permission to execute:
chmod a+x ~/.docker/cli-plugins/docker-buildx
```

After installing you can run `docker buildx` to see the new commands.

# Building

### with Docker 18.09+
Expand All @@ -80,7 +78,7 @@ $ mv buildx ~/.docker/cli-plugins/docker-buildx

Buildx is a Docker CLI plugin that extends the `docker build` command with the full support of the features provided by [Moby BuildKit](https://github.com/moby/buildkit) builder toolkit. It provides the same user experience as `docker build` with many new features like creating scoped builder instances and building against multiple nodes concurrently.

After installation, buildx can be accessed through the `docker buildx` command. `docker buildx build` is the command for starting a new build.
After installation, buildx can be accessed through the `docker buildx` command with Docker 19.03. `docker buildx build` is the command for starting a new build. With Docker versions older than 19.03 buildx binary can be called directly to access the `docker buildx` subcommands.

```
$ docker buildx build .
Expand Down

0 comments on commit 427c19d

Please sign in to comment.