Opleiding: Docker Fundamentals (English) (Virtual)
Lesmethode :
Virtueel
Algemeen :
The Docker Fundamentals training, developed by open-source experts at AT Computing and exclusively available via Vijfhart, gives you the practical skills to start working with containers right away. In two intensive days, you will learn how Docker has become the de-facto standard for running containerized applications at scale and why it is such an efficient solution for modern development and DevOps workflows. From understanding Docker's origins and high-level architecture to working with its powerful API and key building blocks, you will quickly gain both theoretical insight and hands-on experience.
During the training you will cover the entire container lifecycle: from building images with Dockerfiles to running and managing containers, handling storage with volumes and configuring networking between services. You will work with registries such as Docker Hub, explore image layering, and learn how to push and pull images to support collaboration. The course also includes the use of Docker Compose to define and manage multi-container applications in an easy way. Along the way you will strengthen your ability to monitor, debug and troubleshoot containers in real environments.
The training combines theory with extensive hands-on labs. You will build your own images, create and manage containers, mount volumes, experiment with networks, and work with Compose files and YAML syntax. By actively practicing these scenarios yourself, you build the confidence to apply Docker immediately in your daily work.
This course is guaranteed to run.
Doel :
After this course you will be able to create images and manage Docker environments, containerize and run applications, handle storage and networking and use Docker Compose.
Doelgroep :
This Docker Fundamentals training is for everyone who wants to learn how to use Docker, such as developers and system administrators who want to get started with containerization.
Voorkennis :
-Participants are expected to have basic experience with the Linux command line, as covered in the courses Linux/UNIX Fundamentals (English) or Linux/UNIX Fundamentals (Dutch).
- More advanced knowledge, such as provided in the Linux Infrastructure course, is recommended.
- The Docker Fundamentals course material is in English. English will be the instruction language if Dutch is not suitable for all participants.
Onderwerpen :
- Docker introduction
+nbsp;+nbsp;+nbsp;- Short introduction of all relevant Docker components
- Container lifecycle
+nbsp;+nbsp;+nbsp;- About containers: naming, startup and termination, current state, copy to/from, removal
- Registries
+nbsp;+nbsp;+nbsp;- About registries: image revisions, terminology and hierarchy
+nbsp;+nbsp;+nbsp;- Docker Hub push/pull
- Image layering
+nbsp;+nbsp;+nbsp;- Image layering, image metadata, creation, view, differences, removal, packing
- Dockerfile
+nbsp;+nbsp;+nbsp;- How to create images with Dockerfiles: instructions that can be used in Dockerfiles, many build examples
- Storage
+nbsp;+nbsp;+nbsp;- Use of volumes and bind-mounts
- Networking
+nbsp;+nbsp;+nbsp;- Docker bridge, network types, host/container/user-defined networks, port publishing, inter-container traffic
- Docker Compose
+nbsp;+nbsp;+nbsp;- Managing containers, volumes and user-defined networks with Compose files, use of YAML syntax