From ff26006b5c8d8fabfefc9ecd54ffd384ff524997 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Mon, 27 Mar 2017 17:12:04 -0700 Subject: [PATCH] fix instructions for ubuntu to look for deb files (#2507) Signed-off-by: Andrew Hsu --- engine/installation/linux/ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/installation/linux/ubuntu.md b/engine/installation/linux/ubuntu.md index 6cb9026779..399071a37a 100644 --- a/engine/installation/linux/ubuntu.md +++ b/engine/installation/linux/ubuntu.md @@ -285,7 +285,7 @@ a new file each time you want to upgrade Docker. - **Docker EE**: Go to the Docker EE repository URL associated with your trial or subscription in your browser. Go to `x86_64/stable-{{ minor-version }}` and download - the `.rpm` file for the Docker version you want to install. + the `.deb` file for the Docker version you want to install. 2. Install Docker, changing the path below to the path where you downloaded the Docker package.