Video description
Containers are often advertised as solving a multitude of problems relating to delivering and maintaining highly available software in the always-on, global environment that most organizations must serve today, but how can they actually help you? What problems are you actually experiencing that can be solved with containers and its closely related technologies?
After becoming comfortable with using containers in your day-to-day development workflow, the next step is to take containers deeper into your DevOps pipeline. In this class, we will use Docker Compose to help us set up a fully functioning containerized CI/CD pipeline on our local development systems.
The resulting setup will allow each student to write some code, check that code into a git repo, and then watch that code get automatically built, tested, and potentially deployed, using containers for everything.
What you’ll learn and how you can apply itBy the end of this live, hands-on, online course, you’ll understand:
- How to use Docker to automate your DevOps pipeline
And you’ll be able to:
- Launch a private git-based source code repository (Gogs)
- Launch a private Docker repository (Docker Distribution)
- Launch a private CI/CD instance (Jenkins)
- Configure the components to work together
- Automate the DevOps Pipeline
- You need to understand how to leverage containers to build a simple and reliable DevOps pipeline.
Prerequisites
- Basic comfort with the Unix command line is helpful.
- Comfort working with Docker images and containers.
Recommended preparation:
- A modern computer and OS
- Recent Linux, OS X, or Windows 10
- root/admin rights
- CPU Virtualization extensions MUST be enabled in your BIOS/EFI
- Reliable and fast internet connectivity
- Linux users need to also install Docker Compose, separately.
- A graphical web browser
- A text editor
- A software package manager
- Git client
- General comfort with the command line will be helpful.
- Optionally, have the following command-line tools installed: tar, wget, curl, jq, and an SSH client
- Introduction to Docker images (live online training course with Sean Kane)
- Introduction to Docker containers (live online training course with Sean Kane)
- Introduction to Docker compose (live online training course with Sean Kane)
Product information
- Title: Introduction to Docker CI/CD
- Author(s):
- Release date: March 2022
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 0636920668855
You might also like
video
Learning Docker
In this Learning Docker training course, expert author Rick Fast will teach you how to create, …
video
Introduction to Kubernetes
If your company is about to embrace containers and develop microservices-type applications, this course will get …
video
Introduction to Docker Compose
Containers are often advertised as solving a multitude of problems relating to delivering and maintaining highly …
book
Docker in Action, Second Edition
Docker in Action, Second Edition teaches you the skills and knowledge you need to create, deploy, …