Skip to content

Commit

Permalink
Updated yum -y install yum-utils to yum -y upgrade
Browse files Browse the repository at this point in the history
Docker requires more updated libraries than yum-utils. I've tested yum-utils in a new Virtual Machine without updating any libs, and couldn't get docker working. For new environments this is a better command and for any environment.
  • Loading branch information
brianrkleis authored Sep 17, 2021
1 parent 83f5ef4 commit 2260180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/install/centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Install the `yum-utils` package (which provides the `yum-config-manager`
utility) and set up the **stable** repository.

```console
$ sudo yum install -y yum-utils
$ sudo yum -y upgrade

$ sudo yum-config-manager \
--add-repo \
Expand Down

0 comments on commit 2260180

Please sign in to comment.