Dockerized ASCII Quote Generators: Optimized Multi-Variant Collection
920
Lightweight (~80MB) ASCII quote generator with Rainbows. Runs on Alpine Linux.
A secure, non-root container demonstrating hybrid Bash/Python architecture with automated lolcat colorization.

Prints a sample message ("Hello World") in rainbow colors.
docker run --rm ovis22/docker-quotes:v1.1.0
Inject your own quotes to generate ASCII art:
docker run --rm -e QUOTES="Docker is Cool" ovis22/docker-quotes:v1.1.0
Use the Python engine and included custom fonts:
docker run --rm -e APP_MODE=python -e FONT_NAME=starwars -e QUOTES="General Kenobi" ovis22/docker-quotes:v1.1.0
| Variable | Default | Description |
|---|---|---|
QUOTES | "Hello World" | Text to display. Use ; for multiple random quotes. |
FONT_NAME | standard | Font style (standard, starwars, Doom). |
APP_MODE | bash | Engine (bash or python). |
linux/amd64 and linux/arm64.lolcat.starwars, Doom) during build.alpine:3.21 with multi-stage builds.appuser.Maintained by ovis22. Source code on GitHub. See Changelog.
Content type
Image
Digest
sha256:ed8cf3779…
Size
25.9 MB
Last updated
6 months ago
docker pull ovis22/docker-quotes