From 2940c98332a8ec569f7aac4257b17579f1be1557 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Tue, 14 Jul 2015 11:50:10 -0700 Subject: [PATCH] Uses dev instead of docker-vm. --- site/layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/layouts/index.html b/site/layouts/index.html index 41c7cbbc88..bdc12c54fa 100755 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -85,7 +85,7 @@
  1. Open a terminal or the Docker CLI on your system.
  2. Type the following command.
    -
    docker-machine create -d virtualbox --virtualbox-import-boot2docker-vm boot2docker-vm docker-vm
    +
    docker-machine create -d virtualbox --virtualbox-import-boot2docker-vm boot2docker-vm dev
  3. Use the docker-machine command to interact with the migrated VM.