Presented at Open Source SC Presented by Brent Laster, SAS and Tech Skills Transformations, LLC Title: Containers Demystified Abstract: Hands-on approach to understanding container mechanics, standards, and tooling A container is a software unit that packages up code, dependencies, configuration, and environments as a self-contained application. Containers provide the benefits of being portable and running with minimal overhead across different computing platforms. Containers are everywhere from Docker to Kubernetes, but getting started can be overwhelming, as you struggle to understand all of the related technologies and how to make the best use of them. To get the most out of them, you need to understand how containers are constructed, how they depend on and interact with the operating system, and how the various tools for working with and creating containers differ.