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
Final PR to improve the DD IA.
Validate test failing due to link that needs fixing in an upstream repo
## 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
---------
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
The previous tag examples were too old and no longer exist.
Updated to latest n and n-1 patch versions.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
<!--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
## Description
Docker Desktop does not respect proxy configuration through config.json
(cli) or daemon.json (dameon). Proxy config for DD is only supported
through the settings menu or via settings management.
## Related issues or tickets
docker/pinata#30436
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
<!--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.