In Manjaro, use the pamac package manager to install docker
After installation, start the docker service with:
sudo systemctl start docker.service sudo systemctl enable docker.service
To run docker commands without typing sudo
, add yourself to the docker
, like this:
sudo usermod -aG docker username
You may need to log out and / or reboot before this change takes effect.
11 / 2022