mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
Use docker-machine upgrade default
This commit is contained in:
parent
e5f41ee233
commit
e1dc4091bb
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Download and install [Docker Toolbox](https://www.docker.com/products/docker-too
|
|||
|
||||
> **NOTE** If you have an existing docker toolbox, you might think you can upgrade [Docker Machine](https://docs.docker.com/machine/install-machine/) binaries directly and it will take care of itself. This is not going to help -- `docker-machine` will be `1.10.3` while `docker` is still `1.8.3` or whatever your previous version is.
|
||||
>
|
||||
> You are much better off upgrading from the docker toolbox DMG file every time.
|
||||
> You are much better off using `docker-machine upgrade default` to upgrade.
|
||||
|
||||
Once you've installed Docker Toolbox, install a VM with Docker Machine using the VirtualBox provider:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue