Docker and Containerisation training course Overview
This one-day beginner-level Docker course offers an introduction to Docker and containerisation technologies, providing participants with the foundational skills to leverage Docker for developing, deploying, and managing applications. The course covers key concepts such as the benefits of containerisation, Docker’s architecture, and how it differs from virtual machines.
Participants will engage in hands-on exercises, installing Docker on various operating systems (Windows, macOS, Linux), running their first container, and learning essential Docker commands for managing containers. The course also covers working with Docker images, building custom Docker images using Docker files, and optimising images for better performance.
By the end of this Docker course, participants will have a solid understanding of Docker containers, how to manage them, and how to use Docker to enhance development workflows, DevOps practices, and system administration tasks.
Module 1: Introduction to Containerisation & Docker
What is Containerisation?
Understanding Docker
Installing Docker (Hands-on)
Module 2: Working with Docker Containers
Basic Docker Commands
Container Lifecycle & Management
Module 3: Working with Docker Images
Understanding Docker Images
Building Custom Docker Images
Docker Image Optimization