mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-10 21:47:13 +08:00
Add Linux Docker install instructions
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
10
README.md
10
README.md
@ -52,8 +52,14 @@ For more information see https://docs.docker.com/docker-for-mac/edge-release-not
|
|||||||
### Docker CE nightly builds
|
### Docker CE nightly builds
|
||||||
|
|
||||||
`buildx` comes bundled with the Docker CE nightly builds.
|
`buildx` comes bundled with the Docker CE nightly builds.
|
||||||
<!--https://download.docker.com/linux/static/nightly/-->
|
- Mac: https://download.docker.com/mac/static/nightly/
|
||||||
https://download.docker.com/mac/static/nightly/
|
- Linux:
|
||||||
|
```
|
||||||
|
$ # uncomment next line to uninstall previous Docker CE installation if present
|
||||||
|
$ # apt purge docker-ce docker-ce-cli
|
||||||
|
$ curl -fsSL https://get.docker.com/ -o docker-install.sh
|
||||||
|
$ CHANNEL=nightly sh docker-install.sh
|
||||||
|
```
|
||||||
|
|
||||||
### Binary release
|
### Binary release
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user