Installation of Docker in Arch Linux
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.