A beginner’s overview This week I learned a bit about containerizing, why it’s useful, and how to begin employing it. Containerizing: consolidating multiple elements of an app into one package so that it’s more efficient to deploy. Containerizing an app makes it more efficient to install, configure, deploy, and scale…