The versions of CentOS and RHEL we support now have dnf as a default
instead of yum, so rewrite these to use dnf.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Use interactive installation for packages from our repository, so that the user
can confirm what will be installed. For the distro-packages (yum-utils),
we keep the non-interactive, as these should be generally ok to install.
follow-up to fde4750c85
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Unlike deb-based systems, installing an rpm doesn't automatically
start the Docker service, and starting the service doesn't make
it automatically start on (re)boot.
Update the instructions so that Docker is automatically started
on boot.
follow-up to 1514b0dc36, which left
some of the old instructions.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Fedora 39 is EOL next week, so slightly ahead of time, but new users
should not be recommended to use it.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
<!--Delete sections as needed -->
## Description
Tidy up of DD IA. Creates a 'setup' folder and moves relevant pages
within it. First PR of a few
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
<!--Delete sections as needed -->
## Description
RHEL moving to GA. This PR makes it visible in the TOC and adds the
download links
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
in the fedora 40 and above dnf5 is implemented and hence the dnf command listed in the docker will not work. I have updated the dnf command to dnf-3 as then you will be able to use the same.