From 1331811dca44b95216dcdd011f2de3551d1dd8e9 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 18 Feb 2016 12:20:26 +0100 Subject: [PATCH] docs: remove reference to lxc-docker The package on apt.dockerproject.org is now called 'docker-engine'. Also replaced 'dev' with 'default', because that's the default name for machines. Signed-off-by: Sebastiaan van Stijn --- docs/reference/upgrade.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/reference/upgrade.md b/docs/reference/upgrade.md index fc7adb1682..c847535ccf 100644 --- a/docs/reference/upgrade.md +++ b/docs/reference/upgrade.md @@ -14,14 +14,15 @@ Upgrade a machine to the latest version of Docker. How this upgrade happens depends on the underlying distribution used on the created instance. For example, if the machine uses Ubuntu as the underlying operating system, it -will run a command similar to `sudo apt-get upgrade lxc-docker`, because Machine -expects Ubuntu machines it manages to use this package. As another example, if -the machine uses boot2docker for its OS, this command will download the latest -boot2docker ISO and replace the machine's existing ISO with the latest. +will run a command similar to `sudo apt-get upgrade docker-engine`, because +Machine expects Ubuntu machines it manages to use this package. As another +example, if the machine uses boot2docker for its OS, this command will download +the latest boot2docker ISO and replace the machine's existing ISO with the +latest. - $ docker-machine upgrade dev + $ docker-machine upgrade default Stopping machine to do the upgrade... - Upgrading machine dev... + Upgrading machine default... Downloading latest boot2docker release to /home/username/.docker/machine/cache/boot2docker.iso... Starting machine back up... Waiting for VM to start...