mirror of https://github.com/docker/docs.git
Merge pull request #4054 from SvenDowideit/boot2docker-upgrade-doc
add a little info on upgrading b2d
This commit is contained in:
commit
ff2260099a
|
@ -162,6 +162,18 @@ If SSH complains about keys:
|
||||||
|
|
||||||
ssh-keygen -R '[localhost]:2022'
|
ssh-keygen -R '[localhost]:2022'
|
||||||
|
|
||||||
|
Upgrading to a newer release of boot2docker
|
||||||
|
-------------------------------------------
|
||||||
|
|
||||||
|
To upgrade an initialised VM, you can use the following 3 commands. Your persistence
|
||||||
|
disk will not be changed, so you won't lose your images and containers:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
./boot2docker stop
|
||||||
|
./boot2docker download
|
||||||
|
./boot2docker start
|
||||||
|
|
||||||
About the way Docker works on Mac OS X:
|
About the way Docker works on Mac OS X:
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue