
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,
- How to docker remove a container when it exits
- Install Python on Alpine Linux - Docker
- How to Rename Docker Image with none TAG and REPOSITORY?
- Remove all stopped containers in Docker using prune command
- [Fix] Docker Error response from daemon: manifest for :latest not found: manifest unknown
- [fix] Error response from daemon: conflict unable to remove repository reference ubuntu container is using its referenced image
- [Docker] Install Python3 on Alpine Linux
- Unable to find image docker latest locally
- How to Stop/Cancel/kill docker image pull
- How to know the Docker Engine Version
- [fix] Docker: OCI runtime exec failed unable to start container process
- [Solution] Alpine Docker apt-get: not found
- Install and Run Cassandra on Docker Desktop
- Install node on Alpine Linux Docker
- How to Copy files from Docker Container to Host System
- Install the minimal Linux on Docker (only 5 mb Alpine Linux)
- How to stop and start a docker container
- Docker - Error response from daemon: You cannot remove a running container
- Open Docker Desktop from macOS Terminal
- How to check installed docker version command
- How to know the Docker Sandbox ID of a Container Network?
- [fix] docker: Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory.
- [Docker] Install Git on Alpine Linux
- Docker MySQL Compose File with Volume Example
- [fix] Docker: Alpine Linux - /bin/sh: bash: not found
More Posts:
- Have you noticed MacOS Ventura About this Mac look like Mac OS X - Mac-OS-X
- Docker Alpine Linux and Apache2 Example - Docker
- Audio Video Network protocols supported by Android OS Devices - Android
- How to follow redirects in cURL Command Request - cURL
- How to hide toolbar on Notepad++ - NotepadPlusPlus
- Is Java 20 an LTS Version? - Java
- How to find files taking up space on your Mac - MacOS
- PowerShell Concatenate String Examples - Powershell