This content originally appeared on DEV Community and was authored by Jean Dias
This is a fast tutorial to install Docker on Mageia 9.
I used Mandriva until 2010, and now I solved install the Mageia, project based on Madriva.
- To install Docker I used DNF package manager:
dnf install docker docker-containerd docker-compose docker-buildx
- I started and enable the docker service:
sudo systemctl start docker
sudo systemctl enable docker
Optional: I enable Docker to use with my user:
sudo usermod -aG docker $USER
Done, Docker working!
This content originally appeared on DEV Community and was authored by Jean Dias

Jean Dias | Sciencx (2024-09-09T16:35:58+00:00) Install Docker on Mageia 9. Retrieved from https://www.scien.cx/2024/09/09/install-docker-on-mageia-9/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.