Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 543 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 543 Bytes

Docker Appliances

Docker containers with properly installed and configured software packages that can be built and run with sinlgle command.

Main principle

Keep the Docker image size to minimum by including only the set of packages that are necessary to achieve the desired functonality.

Purpose

The main goal of this project is educational -- to learn and experiment with Docker. If any of the Docker images turns out to be use useful for some particular purpose -- so much the better.