
If you want to make use of a minimal Linux image using docker you can make use of Alpine Linux (a Linux distribution based on musl and BusyBox),
% docker pull alpine
Using default tag: latest
latest: Pulling from library/alpine
9981e73032c8: Pull complete
Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
Status: Downloaded newer image for alpine:latest
docker.io/library/alpine:latest
Know more: https://hub.docker.com/_/alpine
More Posts related to Docker,
- [Fix] Docker Error response from daemon: manifest for :latest not found: manifest unknown
- How to check installed docker version command
- Unable to find image docker latest locally
- [fix] Cannot connect to the Docker daemon at unix:var/run/docker.sock. Is the docker daemon running?
- Open Docker Desktop from macOS Terminal
- How to Stop/Cancel/kill docker image pull
- How to know docker Engine details
- How to know list of images available on your device
- Install the minimal Linux on Docker (only 5 mb Alpine Linux)