Loading Course Schedule...
PT27021
Training Summary
Linux containers are changing the way companies think about service development and deployment. Containers play a vital role in the modern data-center, and Docker is leading the way. This course covers all the core features of Docker including: container creation and management, interacting with Docker hub, using Dockerfile to create and manage custom images, advanced Docker networking (how to safely expose container services to the world, and link containers), the use of Docker volumes to manage persistent data, and Docker Compose to build multi-container applications.
Prerequisites
Students should have proficiency with the Linux CLI and a broad understanding of Linux system administration.
Duration
1 Day/Lecture & Lab
Audience
Those who can benefit from this course include system administrators, developers and devops who want to understand and use Docker in cloud and data center environments.
Course Topics
- Container Introduction
- Managing Containers using Docker
- Managing the container’s filesystem with Docker
- Managing container images
- Managing container networking
- Docker architecture