From 882b19f1496ea0683bfe1e23c230232a79b7601b Mon Sep 17 00:00:00 2001 From: Naohiro Tamura Date: Mon, 31 Aug 2015 09:47:30 +0900 Subject: [PATCH] Fix docker package name in Ubuntu 14.04 in Install Guide This patch fixes docker package name in Install Guide. In case of Ubuntu 14.04, the docker package name is 'docker.io', but not 'docker'. Change-Id: If2913cdfe370c511aaa70e8079462f76662cc116 --- doc/source/deploy/install-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index e4fc797f7d..4ce51e97b0 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -1925,7 +1925,7 @@ CoreOS tools sudo dnf install docker gzip util-linux cpio findutils grep gpg Ubuntu 14.04 (trusty) or higher: - sudo apt-get install docker gzip uuid-runtime cpio findutils grep gpg + sudo apt-get install docker.io gzip uuid-runtime cpio findutils grep gpg #. Change directory to ``imagebuild/coreos``::