Docker Basics - Introduction to Containerization Training Course
The 'Docker Basics - Introduction to Containerization' training provides a comprehensive introduction to the world of containerization, a modern technology for isolating deployment environments. Containerization is an effective way to ensure application and environment isolation, as well as enable portability across different operating systems. The course covers the roots of this technology, tracing back to Linux Chroot, BSD Jails, or Solaris Zones, and compares it to traditional virtual machines. The main goal of the training is to impart practical skills related to using Docker.io, one of the most popular containerization platforms. Participants will gain knowledge about installing Docker on different operating systems, managing images and containers, as well as configuring networks and working with data volumes. The course also covers more advanced topics, such as composing application environments from multiple images using Docker Compose. Participants will learn how to create environment configurations based on docker-compose.yml files, which serves as an introduction to container orchestration. During the training, participants will also discuss rules for creating environments composed of multiple containers and converting Docker Compose descriptors to formats compatible with container orchestration environments. The course is an excellent tool for anyone who wants to gain practical knowledge about containerization and effective use of Docker tools.
This course is available as onsite live training in Poland or online live training.Course Outline
- Introduction to Containerization
- Needs of deployment environments and attempts to ensure their isolation – a historical overview (Linux Chroot, BSD Jails, Solaris Zones) Virtual Machines vs. Containers
- Technology Stack
- Docker Environment Installation for Linux, MacOsX, Windows and basic components of Docker.io
- Overview of CE and EE versions Discussion on installation for Windows and MacOsX
- Installation environment for Linux systems Working with Docker images and containers
- Operations on images and containers
- Image definitions based on
- Dockerfile Working with image registries
- Docker Network Configuration Management
- Docker Data Volume Management
- Composing application environments from multiple images using Docker Compose
- Rules for creating an environment composed of multiple containers
- Environment configuration based on the docker-compose.yml file
- Introduction to container orchestration and conversion of Docker Compose descriptors to formats compatible with container orchestration environments
Open Training Courses require 5+ participants.
Docker Basics - Introduction to Containerization Training Course - Booking
Docker Basics - Introduction to Containerization Training Course - Enquiry
Docker Basics - Introduction to Containerization - Consultancy Enquiry
Testimonials (1)
the instructor's knowledge is very extensive
Grzesiek - EduBroker PL5272572670
Course - Podstawy Docker - wprowadzenie do konteneryzacji
Machine Translated
Provisional Courses
Related Courses
Advanced Docker
14 HoursThis instructor-led, live training in Poland (online or onsite) is aimed at engineers who wish to advance their knowledge of Docker so as to deploy applications at a larger scale while maintaining control.
By the end of this training, participants will be able to:
- Build their own Docker images.
- Deploy and manager large number of Docker applications .
- Evaluate different container orchestration solutions and choose the most suitable one.
- Set up a continuous integration process for Docker applications.
- Integrate Docker applications with existing continuous tools integration processes.
- Secure their Docker applications.
Containerized AI & ML Deployment with Docker
14 HoursDocker is a containerization platform that enables consistent, portable, and reproducible environments for AI and machine learning workloads.
This instructor-led, live training (online or onsite) is aimed at intermediate-level professionals who wish to package ML codebases, dependencies, and models using Docker for reliable development-to-production workflows.
After completing this course, participants will be able to:
- Build and manage Docker images tailored for AI and ML applications.
- Containerize machine learning pipelines, tools, and dependencies.
- Optimize Docker environments for performance and portability.
- Deploy containerized ML services across different runtime environments.
Format of the Course
- Concept demonstrations supported by guided discussion.
- Hands-on exercises focused on real-world containerization tasks.
- Practical implementation using live-lab Docker environments.
Course Customization Options
- To customize this training for your organizational environment, please contact us to arrange.
CI/CD for AI: Automating Docker-Based Model Builds and Deployments
21 HoursCI/CD for AI is a structured approach to automating model packaging, testing, containerization, and deployment using continuous integration and continuous delivery pipelines.
This instructor-led, live training (online or onsite) is aimed at intermediate-level professionals who wish to automate end-to-end AI model delivery workflows using Docker and CI/CD platforms.
As the training concludes, participants will be able to:
- Create automated pipelines for building and testing AI model containers.
- Implement version control and reproducibility for model lifecycles.
- Integrate automated deployment strategies for AI services.
- Apply CI/CD best practices tailored to machine learning operations.
Format of the Course
- Instructor-guided presentations and technical discussions.
- Practical labs and hands-on implementation exercises.
- Realistic CI/CD workflow simulations in a controlled environment.
Course Customization Options
- If your organization requires customized pipeline workflows or platform integrations, please contact us to tailor this course.
Certified Kubernetes Administrator (CKA) - exam preparation
21 HoursThe Certified Kubernetes Administrator (CKA) program was created by The Linux Foundation and the Cloud Native Computing Foundation (CNCF).
Kubernetes is nowadys a leading platform used for containers orchestration.
NobleProg have been delivering Docker & Kubernetes training from 2015. With more than 360 successfully completed training projects, we became one of the best known training companies worldwide in field of containerization.
Since 2019 we are also helping our customers to confirm their performance in k8s environment by preparing them and encouraging to pass CKA and CKAD exams.
This instructor-led, live training (online or onsite) is aimed at System Administrators, Kubernetes users who wish to confirm their knowledge by passing CKA exam.
On the other hand, training is focused also on gaining practical experience in Kubernetes Administration, so we recommend taking part in it, even if you don't intend to take CKA exam.
Format of the Course
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
- To learn more about CKA certification, please visit: https://training.linuxfoundation.org/certification/certified-kubernetes-administrator-cka
Certified Kubernetes Application Developer (CKAD) - exam preparation
21 HoursThe Certified Kubernetes Application Developer (CKAD) program has been developed by The Linux Foundation and the Cloud Native Computing Foundation (CNCF), the host of Kubernetes.
This instructor-led, live training (online or onsite) is aimed at Developers who wish to confirm their skills in design, build, configure, and expose cloud native applications for Kubernetes.
On the other hand, training is also focused on gaining practical experience in Kubernetes application development, so we recommend taking part in it, even if you don't intend to take CKAD exam.
NobleProg have been delivering Docker & Kubernetes training from 2015. With more than 360 successfully completed training projects, we became one of the best known training company worldwide in field of containerization. Since 2019 we are also helping our customers to confirm their performance in k8s environment by preparing them and encouraging to pass CKA and CKAD exams.
Format of the Course
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
- To learn more about CKAD, please visit: https://training.linuxfoundation.org/certification/certified-kubernetes-application-developer-ckad/
Container Management with Docker
21 HoursDocker is a platform for developers and sysadmins to maintain distributed applications. It consists of a runtime to run containers and a service for sharing containers.
With docker the same app can run unchanged on laptops, dedicated servers and virtual servers.
This course, during the two first days, teaches the basic usage of Docker, useful both for developers and system administrators. The course includes a lot of hands on exercises and the participants will practice in their own Docker environment and build their own Docker images.
On the last day participants will learn about more advanced tools that supports Docker. It will be Docker Machine, Docker Compose and Docker Swarm.
Introduction to Docker
14 HoursThis instructor-led, live training in Poland (online or onsite) is aimed at engineers who wish to use Docker to deploy and manage software as containers instead of as traditional stand-alone software.
By the end of this training, participants will be able to:
- Install and configure Docker.
- Understand and implement software containerization.
- Managing Docker based applications.
- Network different Docker applications and systems.
- Understand and edit Docker registries.
Docker for Developers and System Administrators
14 HoursDocker is a platform for developers and sysadmins to maintain distributed applications. It consists of a runtime to run containers and a service for sharing containers.
With docker the same app can run unchanged on laptops, dedicated servers and virtual servers.
This course teaches the basic usage of Docker, useful both for developers and system administrators. The course includes a lot of hands on exercises and the participants will practice in their own Docker environment and build their own Docker images during the 2 days.
Docker and Jenkins for DevOps
14 HoursThis instructor-led, live training in Poland (online or onsite) is aimed at DevOp engineers who wish to optimize and simplify the CI/CD process with Docker and Jenkins.
By the end of this training, participants will be able to:
- Automate code delivery and pipeline deployment with Jenkins.
- Build an application using Docker and Docker File.
- Configure authentication options to strengthen security.
Docker and Kubernetes on AWS
21 HoursThis instructor-led, live training in (online or onsite) is aimed at engineers who wish to evaluate each of these services to make an informed decisions about which to deploy within their organization.
By the end of this training, participants will be able to:
- Set up a development environment that includes all needed libraries, packages and frameworks needed to start developing.
- Set up, configure and deploy a series of demo containers using a number of different approaches.
- Understand the architectural and design differences among different Docker/Kubernetes solutions within AWS.
- Automate the deployment of Docker containers.
- Set up a continuous integration and deployment pipeline.
- Integrate Docker and Kubernetes into an existing continuous integration system.
Docker, Kubernetes and OpenShift 3 for Administrators
35 HoursIn this instructor-led, live training in Poland, participants will learn how to manage Red Hat OpenShift Container Platform.
By the end of this training, participants will be able to:
- Create, configure, manage, and troubleshoot OpenShift clusters.
- Deploy containerized applications on-premise, in public cloud or on a hosted cloud.
- Secure OpenShift Container Platform
- Monitor and gather metrics.
- Manage storage.
Docker and Kubernetes: Building and Scaling a Containerized Application
21 HoursIn this instructor-led, live training in Poland (onsite or remote), participants will learn how to create and manage Docker containers, then deploy a sample application inside a container. Participants will also learn how to automate, scale, and manage their containerized applications within a Kubernetes cluster. Finally, the training goes on to more advanced topics, walking participants through the process of securing, scaling and monitoring a Kubernetes cluster.
By the end of this training, participants will be able to:
- Set up and run a Docker container.
- Deploy a containerized server and web application.
- Build and manage Docker images.
- Set up a Docker and Kubernetes cluster.
- Use Kubernetes to deploy and manage a clustered web application.
- Secure, scale and monitor a Kubernetes cluster.
Docker for MLOps: End-to-End Pipeline Containerization
21 HoursDocker is a containerization platform used to build reproducible, portable, and scalable environments for ML systems.
This instructor-led, live training (online or onsite) is aimed at intermediate-level to advanced-level technical professionals who wish to containerize and operationalize complete ML pipelines using Docker.
Upon completion of this training, participants will be able to:
- Containerize ML training, validation, and inference workloads.
- Design and orchestrate end-to-end ML pipelines using Docker and supporting tools.
- Implement versioning, reproducibility, and CI/CD for ML components.
- Deploy, monitor, and scale ML services in containerized environments.
Format of the Course
- Interactive lectures supported by practical demonstrations.
- Hands-on exercises focused on building real ML pipeline components.
- Live-lab implementation for end-to-end containerized workflows.
Course Customization Options
- For customized training aligned with specific ML infrastructure needs, please contact us to discuss options.
Docker from Basic to Advanced
14 HoursFormat of the Course
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Docker (introducing Kubernetes)
14 HoursThe objective of this practical course is to provide all the tools that address the practical aspects of Docker and Kubernetes, in order that the participants can count on the necessary skills for the proper management of the program.