Docker - ArchWiki - Arch Linux
wiki.archlinux.org › title › DockerInstall the docker-rootless-extras-bin AUR package to run docker in rootless mode (that is, as a regular user instead of as root). Configure /etc/subuid and /etc/subgid with a username/group name, starting UID/GID and UID/GID range size to allocate to the remap user and group.
Docker - ArchWiki - Arch Linux
https://wiki.archlinux.org/title/DockerInstallation. Install the docker package or, for the development version, the docker-git AUR package. Next start and enable docker.service and verify operation: # docker info Note that starting the docker service may fail if you have an active VPN connection due to IP conflicts between the VPN and Docker's bridge and overlay networks.