Historically, CI/CD pipelines produced software artifacts that needed to be deployed into specially configured run environments. Problems often occur because environments are different or configuration is missing. Docker is a containerization technology that addresses this challenge.
Tom Adams leads a hands-on tutorial that walks you through transforming a build pipeline from creating a software artifacts to building Docker images - that includes both the software and environment configuration.
You’ll learn about basic build pipelines, CI Servers and building Docker containers.
Knowledge / Materials Needed In Advance