Uses dev instead of docker-vm.

This commit is contained in:
Sean Li 2015-07-14 11:50:10 -07:00
parent 90317c762d
commit 2940c98332
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
<ol> <ol>
<li>Open a terminal or the Docker CLI on your system.</li> <li>Open a terminal or the Docker CLI on your system.</li>
<li>Type the following command.<br> <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>
<li>Use the <code>docker-machine</code> command to interact with the migrated VM. </li> <li>Use the <code>docker-machine</code> command to interact with the migrated VM. </li>
</ol> </ol>