GNU/Linux Fedora Installing Docker CE Dnf Repo Guide
Hi! This Tip shows you Step-by-Step How to Setup the YUM Repository for Docker Community Edition Installation on Fedora 24+ 64-bit GNU/Linux.
And Docker for Fedora is a Command-line Program, a background Daemon, and a set of Remote Services that take a Logistical Approach to Solving common Software Problems and Simplifying your experience Installing, Running, Publishing, and Removing Software.
Getting-Started with Docker on Fedora is Easy, it’s enough to Install it and then Use the Docker Engine to Create and Manage Containers.
Finally, this Setup is valid for all the Fedora Based Distros like:
- Nobara
- Quebe OS
- Ultramarine
- risiOS
1. Terminal QuickStart
How to Quick-Start with Command Line on Fedora
2. Setting Up Docker CE Repository
Then to Setup Docker YUM Repo on Fedora
First, Enable the dnf Plugins:sudo dnf -y install dnf-plugins-core
The ‘stable‘ is the Default enabled Channel, possibly to Switch to Nightlies follow instructions on bottom!
So next to Add Dnf Dropbox CE Repo play:sudo dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
In case Found 404 and so for Rawhide then Amend Manually the Configuration
sudo nano /etc/yum.repos.d/docker-ce.repo
And on the enabled=1 Repo Entry Change the ‘$releasever‘ in your Actual Release so for Instance ’34’.
And at the same Time Choose if possibly you want to Switch to a Development Channel like the ‘edge’ one.
Finally, Ctrl+x to Save & Exit from nano Editor :)3. Installing Docker CE
How to Quick Start with Docker and Docker Containers