Source repo: https://github.com/adoyle-h/minimal-docker-image
A minimal size Docker image.
REPOSITORY TAG SIZE
adoyle/minimal hi-world 142B
adoyle/minimal 42 45B
Usage:
docker pull adoyle/minimal:hi-world
docker run --rm adoyle/minimal:hi-world
The process in container will print Hi World.
Usage:
docker pull docker pull adoyle/minimal:42
docker run --rm adoyle/minimal:42
The process in container will exit with code of 42.
Content type
Image
Digest
Size
129 Bytes
Last updated
over 8 years ago
docker pull adoyle/minimal:42