getting-started: replace 'yum' with 'dnf' in Fedora docs

dnf has replaced yum as the standard package install tool
in all versions of Fedora that are currently supported.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange
2016-11-11 13:41:49 +00:00
parent 9f66cc7a27
commit eed3349501
3 changed files with 6 additions and 6 deletions
@@ -148,7 +148,7 @@ bash-4.3#
This will place you inside the container. Install iproute and iputils packages to install ip and ping utilities. Due to a [bug](https://bugzilla.redhat.com/show_bug.cgi?id=1142311), it is required to modify capabilities of ping binary to work around "Operation not permitted" error.
```shell
bash-4.3# yum -y install iproute iputils
bash-4.3# dnf -y install iproute iputils
bash-4.3# setcap cap_net_raw-ep /usr/bin/ping
```