A minimal Debian 8.x (Jessie) base image.
10K+
A lot of the publicly available Docker base images and derivatives are pretty large for being light-weight, minimal images, having unneeded applications installed and taking up space. The goal here is to create an absolutely minimal base Docker image, based on Debian. To accomplish this the docker-squash tool is used to free more space in the container before committing and checking in the image here. Another image to try is also a minimal BusyBox. Tags in this image:
If you just want to use this image, pull it and configure what you want:
docker pull monsantoco/min-jessie
To use this image in a project, use this FROM line in your Dockerfile:
FROM monsantoco/min-jessie:latest
Content type
Image
Digest
sha256:d8b651e89…
Size
31.5 MB
Last updated
almost 11 years ago
docker pull monsantoco/min-jessie