DEV Community

Jean Dias
Jean Dias

Posted on • Edited on

Install Docker on Mageia 9

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.

  1. To install Docker I used DNF package manager:

dnf install docker docker-containerd docker-compose docker-buildx

  1. 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!

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up