Merge pull request #60 from tiborvass/linux-install

Add Linux Nightly Docker install instructions
This commit is contained in:
Tõnis Tiigi 2019-05-06 14:40:16 -07:00 committed by GitHub
commit 0066fcc9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,8 +52,14 @@ For more information see https://docs.docker.com/docker-for-mac/edge-release-not
### Docker CE nightly builds
`buildx` comes bundled with the Docker CE nightly builds.
<!--https://download.docker.com/linux/static/nightly/-->
https://download.docker.com/mac/static/nightly/
- Mac: 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