Docker on Alpine Linux
Alpine Linux Quick installation
See wiki For Alpine Linux > 3.8
- Un-comment community repo from
/etc/apk/repositories
- apk add docker
- rc-update add docker boot
- service docker start
Optional: (docker compose)
apk add docker-compose
Note 2021-03-21: When I tested this, the daemon.json
did not
work! Your mileage may vary …