Linux Shell Tips published a tutorial about installing and using Docker on Alpine Linux.
How to Install and Use Docker on Alpine Linux
Docker is a popular open-source containerization platform that makes it possible for developers to build, ship, and deploy their applications inside isolated environments called containers. Unlike virtual machines, containers are lightweight environments that ship with all the libraries, dependencies, and files required by an application to run.
How to Install and Use Docker on Alpine Linux