Tries to commoditize LXC • Enables portable deployments • Simplifies things like CI / CD • Efficient, quick provisioning • Versioning of images (like git) • Takes an application centric view
• Run it on your host • Add your own changes • Push it back to share them • Or you could build from ground up... • You can also setup a private registry • Or just sign up for a SaaS offering
Basically a glorified shell script • But definitely easier to maintain • FROM, RUN, CMD, EXPOSE, ENV, ADD, WORKDIR, VOLUME, etc. • Create your own base image with tools like debootstrap • Use the cache, Luke