You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Johannes Schickling
5983c09585
|
10 years ago | |
---|---|---|
beanstalkd | 10 years ago | |
beanstalkd-console | 10 years ago | |
hugin | 10 years ago | |
jekyll | 10 years ago | |
latex | 10 years ago | |
mailcatcher | 10 years ago | |
nodejs | 10 years ago | |
octave | 10 years ago | |
opencv | 10 years ago | |
rust | 10 years ago | |
.gitignore | 10 years ago | |
.travis.yml | 10 years ago | |
README.md | 10 years ago |
README.md
dockerfiles
Collection of lightweight and ready-to-use docker images
Images
- Beanstalkd - Lightweight image of the latest beanstalkd version
- Beanstalkd-Console - Admin console for Beanstalk queue server
- Hugin - Hugin & Panorama tools
- Jekyll - Lightweight jekyll working environment
- Latex - Full texlive distribution
- Mailcatcher - Extra small mailcatcher image
- NodeJS - Minimal NodeJS + NPM image
- Octave - Lightweight ocatve development environment
- OpenCV - Lightweight ready-to use OpenCV image
- Rust - Lightweight nightly Rust build including Cargo and GDB
FAQ
Why do you use install.sh
scripts instead of putting the commands in the Dockerfile
?
Structuring an image this way keeps it much smaller.