Fix minor documentation missing dependency
The cgroup-lite package which is a dependency for docker, was not on the example command line, but is present in the helper script. Since the documentation details manual steps, we should include that the packages is required. Change-Id: I536824467d4a175f666dfe635cf0669d1e587ccb Closes-Bug: #1701258
This commit is contained in:
parent
faae2c535f
commit
445dff0a7a
@ -38,7 +38,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.io gzip uuid-runtime cpio findutils grep gnupg
|
||||
sudo apt-get install docker.io gzip uuid-runtime cpio findutils grep gnupg cgroup-lite
|
||||
|
||||
SUSE:
|
||||
sudo zypper install docker gzip util-linux cpio findutils grep gpg2
|
||||
|
Loading…
Reference in New Issue
Block a user