From 298b83875712cfe7d8584d825edb57baaabcd7d0 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Wed, 24 May 2017 01:19:41 +0800 Subject: [PATCH] Update migrate-to-machine.md (#3333) --- machine/migrate-to-machine.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/machine/migrate-to-machine.md b/machine/migrate-to-machine.md index 59cd024251..c6793d3544 100644 --- a/machine/migrate-to-machine.md +++ b/machine/migrate-to-machine.md @@ -5,7 +5,7 @@ title: Migrate from Boot2Docker to Machine --- If you were using Boot2Docker previously, you have a pre-existing Docker -`boot2docker-vm` VM on your local system. To allow Docker Machine to manage +`boot2docker-vm` VM on your local system. To allow Docker Machine to manage this older VM, you must migrate it. 1. Open a terminal or the Docker CLI on your system. @@ -34,8 +34,8 @@ and what it does: | config | inspect | Prints machine configuration details. | | status | ls | Lists all machines and their status. | | info | inspect | Displays a machine's details. | -| ip | ip | Displays the machine's ip address. | +| ip | ip | Displays the machine's IP address. | | shellinit | env | Displays shell commands needed to configure your shell to interact with a machine | | delete | rm | Removes a machine. | | download | - | Not applicable. | -| upgrade | upgrade | Upgrades a machine's Docker client to the latest stable release. | \ No newline at end of file +| upgrade | upgrade | Upgrades a machine's Docker client to the latest stable release. |