This repository provides a lightweight Debian-based container image with additional utilities and tools pre-installed. It uses runit as the init system and includes a number of useful packages.
runit as init systembash, vim, curl, gitpython3, dpkg, gnupg, procpsparallel, tzdata, gzip, zsh, net-toolsunzip, ca-certificates, locales, locales-allgosu installed for better process controloh-my-zsh with agnoster theme enabledmich43l created for better security docker build --build-arg VERSION=latest -t mich43l/os:debian .
docker run -it mich43l/os:debian
You can override the default user by providing build arguments:
docker build --build-arg USERNAME=myuser --build-arg USER_UID=2000 --build-arg USER_GID=2000 -t myimage .
The container uses a custom docker-entrypoint.sh script, which ensures proper setup before launching the shell.
Maintained by mich43l
Content type
Image
Digest
sha256:8626f971c…
Size
214.3 MB
Last updated
over 1 year ago
docker pull mich43l/debian