https://github.com/minidocks/images
The smallest possible images for tools, applications and programming languages.
https://github.com/minidocks/images
alpine docker
Last synced: 10 months ago
JSON representation
The smallest possible images for tools, applications and programming languages.
- Host: GitHub
- URL: https://github.com/minidocks/images
- Owner: minidocks
- License: mit
- Created: 2016-02-16T10:09:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-04T05:16:40.000Z (about 1 year ago)
- Last Synced: 2025-05-04T06:19:39.977Z (about 1 year ago)
- Topics: alpine, docker
- Language: Shell
- Homepage:
- Size: 1.07 MB
- Stars: 35
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mini Docker Containers (minidocks)
==================================

The smallest possible images for tools, programming languages and services.
Features
--------
- Multi-platform images (amd64 and arm64)
- SSH server (`dropbear`)
- Process management (`monit`)
- Handling user permission (detected from mounted working directory)
- Smart environment variables All images contain:
- [`tini`](https://github.com/docker-library/official-images#init)
- `su-exec`
- `monit`
- [`dropbear`](https://matt.ucc.asn.au/dropbear/dropbear.html)
- `inotify`
- [`wait-for`](https://github.com/eficode/wait-for)
Handling user permissions
-------------------------
docker run --rm -e SUEXEC=$(id -u):$(id -g) sh
- https://denibertovic.com/posts/handling-permissions-with-docker-volumes/
Images
------
| Name | Image size | Build |
|---------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|
| [abc](https://github.com/minidocks/abc) |  |  |
| [Adminer](https://github.com/minidocks/adminer) |  |  |
| [allure](https://github.com/minidocks/allure) |  |  |
| [Ansible](https://github.com/minidocks/ansible) |  |  |
| [Base](https://github.com/minidocks/base) |  |  |
| [Chromium](https://github.com/minidocks/chromium) |  |  |
| [ConTeXt](https://github.com/minidocks/context) |  |  |
| [curl](https://github.com/minidocks/curl) |  |  |
| [DBCLI](https://github.com/minidocks/dbcli) |  |  |
| [Deployer](https://github.com/minidocks/deployer) |  |  |
| [FFmpeg](https://github.com/minidocks/ffmpeg) |  |  |
| [Flarum](https://github.com/minidocks/flarum) |  |  |
| [Ghostscript](https://github.com/minidocks/ghostscript) |  |  |
| [GIMP](https://github.com/minidocks/gimp) |  |  |
| [git](https://github.com/minidocks/git) |  |  |
| [Graphviz](https://github.com/minidocks/graphviz) |  |  |
| [html-diff](https://github.com/minidocks/htmldiff) |  |  |
| [ImageMagick](https://github.com/minidocks/imagemagick) |  |  |
| [img2pdf](https://github.com/minidocks/img2pdf) |  |  |
| [Infracost](https://github.com/minidocks/infracost) |  |  |
| [Inkscape](https://github.com/minidocks/inkscape) |  |  |
| [Java](https://github.com/minidocks/java) |  |  |
| [lftp](https://github.com/minidocks/lftp) |  |  |
| [librsvg](https://github.com/minidocks/librsvg) |  |  |
| [Lua](https://github.com/minidocks/lua) |  |  |
| [MailCatcher](https://github.com/minidocks/mailcatcher) |  |  |
| [MailDev](https://github.com/minidocks/maildev) |  |  |
| [MailHog](https://github.com/minidocks/mailhog) |  |  |
| [MariaDB](https://github.com/minidocks/mariadb) |  |  |
| [Matomo](https://github.com/minidocks/matomo) |  |  |
| [MkDocs](https://github.com/minidocks/mkdocs) |  |  |
| [node](https://github.com/minidocks/node) |  |  |
| [OCRmyPDF](https://github.com/minidocks/ocrmypdf) |  |  |
| [OpenSSH](https://github.com/minidocks/openssh) |  |  |
| [Pandoc](https://github.com/minidocks/pandoc) |  |  |
| [PdfTk](https://github.com/minidocks/pdftk) |  |  |
| [Perl](https://github.com/minidocks/perl) |  |  |
| [PHP](https://github.com/minidocks/php) |  |  |
| [PHP Tools](https://github.com/minidocks/php-tools) |  |  |
| [Poppler](https://github.com/minidocks/poppler) |  |  |
| [PostgreSQL](https://github.com/minidocks/postgres) |  |  |
| [PyInstaller](https://github.com/minidocks/pyinstaller) |  |  |
| [Python](https://github.com/minidocks/python) |  |  |
| [Rclone](https://github.com/minidocks/rclone) |  |  |
| [ReLaXed](https://github.com/minidocks/relaxed) |  |  |
| [rsync](https://github.com/minidocks/rsync) |  |  |
| [Ruby](https://github.com/minidocks/ruby) |  |  |
| [Sphinx](https://github.com/minidocks/sphinx-doc) |  |  |
| [svgcleaner](https://github.com/minidocks/svgcleaner) |  |  |
| [svgo](https://github.com/minidocks/svgo) |  |  |
| [Terraform](https://github.com/minidocks/terraform) |  |  |
| [Tesseract](https://github.com/minidocks/tesseract) |  |  |
| [TeXLive](https://github.com/minidocks/texlive) |  |  |
| [Unpaper](https://github.com/minidocks/unpaper) |  |  |
| [WeasyPrint](https://github.com/minidocks/weasyprint) |  |  |
| [zint](https://github.com/minidocks/zint) |  |  |
Alternatives
------------
- https://github.com/iron-io/dockers
- https://github.com/docker-suite