Skip to main content

Installing Docker in Alpine Linux

· One min read
Cássio Fernando
Fullstack Developer

Hi, Cassio here!

This post will be quick but with two awesome tools installation (Docker and Lazydocker)!

To get it all setup on your Alpine Linux just run the following:

doas apk add docker docker-cli docker-cli-compose lazydocker

doas usermod -aG docker <Your User>

doas rc-update add docker

Reboot and it should be done! Lazydocker is an amazing way to manage docker containers, check it out!