Here are the podcasts that I’m listening at this moment. I will add more from other segments/areas in the future.
Blog
Notes on infrastructure, automation, containers and DevOps culture.
Docker Introduction
Published on ·
572 Words
What’s Docker?
By definition on https://opensource.com/resources/what-docker:
Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package.