Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 371 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 371 Bytes

Debian slim versions for docker

A minimalist Debian based image built specifically to be used as a base image for containers.

Use Microdeb

You can use the image directly, e.g.

docker run --rm -it microdeb/buster bash

There are tags for the different Debian releases.

docker run --rm -it microdeb/bullseye bash

docker run --rm -it microdeb/sid bash