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
This commit is contained in:
Lilia 2015-11-11 15:59:48 -03:00
parent 4decf801a1
commit f9e8923a93

View File

@ -2169,7 +2169,7 @@ CoreOS tools
sudo systemctl start docker
Ubuntu:
sudo service docker.io start
sudo service docker start
#. Create the image::