2 min read
Whether you are running containers on Kubernetes or in docker you might need to install packages on the running containers. You will notice that most of them are based on Alpine Linux because of its small size.
Alpine Linux is a distribution based on musl and BusyBox with its own package-management system, apk-tools.
19/03/2021
Read more...