Merge "Fix docker package name in Ubuntu 14.04 in Install Guide"

This commit is contained in:
Jenkins 2015-09-03 11:40:45 +00:00 committed by Gerrit Code Review
commit f1f8444c8a

View File

@ -1925,7 +1925,7 @@ CoreOS tools
sudo dnf install docker gzip util-linux cpio findutils grep gpg sudo dnf install docker gzip util-linux cpio findutils grep gpg
Ubuntu 14.04 (trusty) or higher: 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``:: #. Change directory to ``imagebuild/coreos``::