From f9e8923a93aaf7c55e1e73755aff9fd20f8b133f Mon Sep 17 00:00:00 2001 From: Lilia Date: Wed, 11 Nov 2015 15:59:48 -0300 Subject: [PATCH] Fix docker.io bug in the Install Guide Currently the Install Guide section regarding CoreOS images and how to build them names the "docker" service "docker.io", which is wrong. This patch fixes this. Change-Id: Ie5837cae013d0c5595c9ba992a60bcd3ca1bc0e0 Closes-Bug: #1515283 --- 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 c2075f3ca6..bf350e9cf0 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -2169,7 +2169,7 @@ CoreOS tools sudo systemctl start docker Ubuntu: - sudo service docker.io start + sudo service docker start #. Create the image::