Docker
Tips to run Docker on Arch
Install
Enable the loop module.
Install Docker.
Start and enable.
Test it.
If you need to run docker as normal user, add the user to docker group.
usermod -aG docker <username>
Last updated
Tips to run Docker on Arch
Enable the loop module.
Install Docker.
Start and enable.
Test it.
If you need to run docker as normal user, add the user to docker group.
usermod -aG docker <username>
Last updated