mirror of https://github.com/docker/docs.git
Uses dev instead of docker-vm.
This commit is contained in:
parent
90317c762d
commit
2940c98332
|
|
@ -85,7 +85,7 @@
|
|||
<ol>
|
||||
<li>Open a terminal or the Docker CLI on your system.</li>
|
||||
<li>Type the following command.<br>
|
||||
<pre>docker-machine create -d virtualbox --virtualbox-import-boot2docker-vm boot2docker-vm docker-vm</pre>
|
||||
<pre>docker-machine create -d virtualbox --virtualbox-import-boot2docker-vm boot2docker-vm dev</pre>
|
||||
</li>
|
||||
<li>Use the <code>docker-machine</code> command to interact with the migrated VM. </li>
|
||||
</ol>
|
||||
|
|
|
|||
Loading…
Reference in New Issue