An introduction to Clear Containers
An introduction to Clear Containers
Posted May 31, 2015 14:24 UTC (Sun) by dmarti (subscriber, #11625)In reply to: An introduction to Clear Containers by dlang
Parent article: An introduction to Clear Containers
Containers can let you have *parallel stacks of clean packages*. First write your RPM specfile (or use your package manager of choice) to make a clean, repeatable install of known software. Then wrap a simple Dockerfile (or config for whatever container flavor is hot at deploy time) around that.
Sometimes you see containers used for parallel stacks of "curl | sh" which is a monster time-suck ( http://blog.neutrondrive.com/posts/235158-docker-toxic-he... ) but they don't have to be that way.
Packages for clean, repeatable installs. Wrapped in containers for when you need multiple trees of dependencies on the same box.