ELUG Meetup: 25 August 2022

Containers are a convenient way of isolating applications from the operating system without having to support the overhead of one or more virtual machines.

A container is like a “slimmed down” version of a virtual machine, in that it contains only enough binaries to support the application(s) that you want to run.

Manuel showed us how to build and manage and publish your own container using buildah.