Installation of Docker in Arch Linux

Installation of Docker in Arch Linux
Photo by Rubaitul Azad / Unsplash

Hello guys, in this post we'll install docker in Arch Linux.

Installation of Docker Package

sudo pacman -S docker

This command will install docker in your system.

Permissions

If you wanna use docker without sudo, you can add your user to docker group or use [rootless](https://docs.docker.com/engine/security/rootless/) mode.