Meet Alpine Linux, Docker’s Distribution of Choice for Containers

The Alpine Linux distribution was born as a fork of the LEAF (Linux Embedded Appliance Framework) project, which itself was a fork of an extremely tiny distro, the now-defunct Linux Router Project (LRP). The concept behind Alpine was to create a light and… Read more

Similar

Docker Private Registry Guide

It is very common to setup own Docker registry for our private images. Basic registry setup If we want basic setup without TLS and any access control for example for lab, we can create it with command: [lukas@docker-host ~]$ docker run -d -p 5000:5000 --r... (more…)

Read more »