Docker Certification Training

Docker Solutions Architect Training

OL Tech Edu Docker Certification course provides an end to end learning experience for core Docker technologies, including the Docker Hub, Docker Compose, Docker Swarm, Dockerfile, Docker Containers, Docker Engine, Docker Images, Docker Network, Docker Daemon and Docker Storage along with real life case studies.

80% of Global Fortune 500 organizations are expected to adopt DevOps by 2021 – CA.

ADP, BBC News, ebay, GE, ING, Intuit, PayPal, Splunk, Uber & other MNCs worldwide use DevOps.

Be future ready. Start learning
Structure your learning and get a certificate to prove it.
Start Learning

Docker UpComing Batches

Apr-16 - May-28

Weekend/Weekday
SOLD OUT

Timings: 07:00 AM To 10:00 AM (IST)

350.00     Enroll Now

Apr-16 - May-28

Weekend/Weekday
SOLD OUT

Timings: 07:00 AM To 10:00 AM (IST)

350.00     Enroll Now

May-04 - Jun-15

Weekend/Weekday
FILLING FAST

Timings: 07:00 AM To 10:00 AM (IST)

350.00     Enroll Now

Apr-27 - Jun-08

Weekend
FILLING FAST

Timings: 07:00 AM To 10:00 AM (IST)

350.00     Enroll Now

May-18 - Jun-29

Timings: 07:00 AM To 10:00 AM (IST)

350.00     Enroll Now

May-18 - Jun-29

Weekday

Timings: 20:30 PM To 23:30 PM (IST)

350.00     Enroll Now
Be future ready. Start learning
Structure your learning and get a certificate to prove it.
Start Learning

Course Curriculum

Docker Training and Certification

SELF PACED

OL Tech Edu's Docker Certification course provides an end to end learning experience for core Docker technologies, including the Docker Hub, Docker Compose, Docker Swarm, Dockerfile, Docker Containers, Docker Engine, Docker Images, Docker Network, Docker Daemon and Docker Storage along with real life case studies.

  • WEEK 5-6
  • 10 Modules
  • 6 Hours
Learning Experience

Goal :
  • Introduces Docker to readers, the core concepts and technology behind Docker.
  • Learn in detail about container and various operations performed on it.
Objectives :

Upon completing this lesson, you should be able to:

  • Introduce Docker and state its Benefit over VM.
  • Get a brief idea about Architecture of Docker and various terminology associated with it.
  • Run Hello World in Docker.
  • Describe what is Container in Docker.
  • Why to use it and its Various Scopes?
  • Create, Start, Stop and Remove Containers.
  • Share, Copy and Backup your Data Running in a Container.
Topics :
  • Shipping Transportation Challenges.
  • Introducing Docker.
  • Architecture of Docker.
  • Understanding Images and Containers.
  • Running Hello World in Docker.
  • Introduction to Container.
  • Container Life Cycle.
  • Sharing and Copying.
Hands on :
  • Searching for Images in Docker Repository.
  • Pulling Images from Docker Repository.
  • Executing Docker Images Pulled from Repository, Create, Start, Stop and Remove Containers.
  • Sharing Data in your Docker Host with Container.
  • Sharing Data between the Container.
  • Copying Data to and from Container.

Goal :
  • This module introduces the Dockerfile and Docker Hub and shows how to build, tag or commit an image.
  • Run your own Docker registry and set up automated builds.
  • At the end of this module, learn how to create Docker images and share them privately or publicly.
Objectives :

At the end of this lesson, you should be able to:

  • Create images by starting a container using a base image and interactively make changes to it.
  • Create a Dockerfile that will let Docker build the image automatically.
  • Share your image using Docker Hub deploy your own Docker images registry and set up your own automated build.
  • At the end of this module, write Dockerfiles for your various application services and share them through a hosted service like the Docker Hub or through your own Docker registry.
Topics :
  • Base Image.
  • Docker File.
  • Working with Containers.
  • Optimization of Docker File.
  • Publishing Image on Docker Hub.
  • Private Registry.
Hands on :
  • Saving Images and Containers as Tar File for Sharing.
  • Starting a Container using a Base Image.
  • Writing a Docker File.
  • Use Docker Commit to save the Changes Made.
  • Import and Export a Container in a Tarball/Tarfile.
  • Learn to use Save and Load Command.
  • Learn to use Tags with Image.
  • Publishing Image to Docker Hub.
  • Running a Private Registry.

Goal :
  • This module introduces several tools that leverage Docker to ease application deployment, continuous integration, service discovery, and orchestration.
  • As an example, you will find recipes about Docker Compose and Docker Swarm.
Objectives :
  • Learn how to use Docker Compose to create a WordPress site.
  • Start containers on a Cluster with Docker Swarm and finally manage them locally using Kitematic UI and through Docker UI.
Topics :
  • Introduction to Docker Ecosystem.
  • Docker Compose.
  • Docker Swarm.
  • Managing Containers.
  • Running Containers.
Hands on :
  • Using Docker Compose to create a WordPress Site.
  • Starting Containers on a Cluster with Docker Swarm.
  • Managing Containers Locally using Kitematic UI.
  • Managing Container through Docker UI.


Goal :
  • This module covers the configuration of the Docker daemon, especially security settings and remote access to the Docker API.
  • You will learn a few basic problems, like compiling Docker from source, running its test suite, and using a new Docker binary.
  • A few recipes provide better insight on Linux namespaces and their use in containers.
  • Finally, you will know about the basics of networking.
Objectives :

At the end of this lesson, you should be able to:

  • Learn about the Configuration of the Docker Daemon.
  • Especially security settings and remote access to the Docker API.
  • Learn how to change the underlying storage driver that provides a union filesystem to support Docker images.
  • Learn the basics of Docker Networking.
Topics :
  • Managing and Configuring Docker Daemon.
  • Introduction to Nsenter.
  • Introduction to Runc.
  • Secure Remote Access.
  • Introduction to Docker Networking.
  • Network Types.
Hands on :
  • Start, Stop, Restart and Configure Docker Daemon.
  • Build and compile Docker Binary from the Source.
  • Run Docker Test Suite for Docker Development.
  • Use Docker-py to Access Docker Daemon Remotely.

Goal :
  • Learn the networking mechanisms in Docker.
  • Understand how to get containers’ IP addresses and how to expose a container service on a specific host port.
  • Learn about linking containers, and how to use nondefault networking configurations.
  • Concepts such as network namespaces, using an OVS bridge, and GRE tunnels are presented to lay a strong foundation for container networking.
  • This module also presents you the recipes to show how to access a Docker host on Amazon AWS.
  • The module also introduces to one of the new cloud service that use Docker: the AWS Elastic Container Service (ECS).
Objectives :

At the end of this lesson, you should be able to:

  • Learn about basic concepts that use the default Docker networking configuration.
  • Learn about some Docker commands that let you find the IP addresses of your containers.
  • Establish linking in the containers.
  • Configuring Docker Daemon IP Tables and IP Forward settings.
  • Set up custom bridge for Docker.
  • Establish connection among the containers from different host without port mapping.
Topics :
  • Introduction to Docker Networking: Hands-on.
  • Network Types: Hands-on.
  • Network Namespace.
  • Docker Container Networking.
  • Custom Bridge.
  • Weave Network.
  • Accessing Public Cloud to run Docker.
  • Docker Host on AWS EC2.
  • Docker Host on AWS using Docker Machine.
  • EC2 Container Service.
Hands on :
  • Finding IP Address of the Container.
  • Access a service running in a container over the network.
  • Linking Containers in Docker.
  • Configuring Docker Daemon IP Tables and IP Forward settings.
  • Setting up custom bridge for Docker.
  • Establishing connection among containers from different host without port mapping.
  • Docker Host on AWS.

Program Syllabus

Curriculum

You can also view the program syllabus by downloading this program Curriculum.

Projects

What are the system requirements for this course?

The system requirements include Windows/Mac/Linux PC, with a minimum of 4 GB RAM, 20 GB HDD Storage and i3 processor or above.

How will I execute the practicals?

We will provide you with step-wise installation guide to set up the Virtual Box Ubuntu environment on your system which will be used for doing the hands-on exercises, assignments, etc. Our 24/7 expert support team will also be available to assist you.

Which case studies will be a part of the course?

Deploy any Static HTML Website as a Container. Create a Docker Image for running a static HTML website using NGINX. Deploy any Node.js application within a container.

Course Description


Go For Online Spark Training
Training Objectives. At the end of OL Tech Edu's Docker Course you will be able to :
  • Learn basics of Docker and run a basic hello world in Docker.
  • Discuss containerization and various operations performed on it.
  • Introduce yourself to the Docker File and Docker Hub and how to create Docker images.
  • Discuss in detail about the configuration of the Docker daemon.
  • Learn the various networking mechanisms available in Docker.
  • Introduce several tools that leverage Docker to ease application deployment, continuous integration, service discovery, and orchestration.
  • Learn to deploy various Container based Applications on the Cloud.

Course Certification

OL Tech Edu’s Certificate Holders work at top 500s of companies like

certificate

Features

Explore step by step paths to get started on your journey to Jobs of Today and Tomorrow.

Instructor-led Sessions

30 Hours of Online Live Instructor-Led Classes.
Weekend Class : 10 sessions of 3 hours each.

Real Life Case Studies

Real-life Case Studies

Live project based on any of the selected use cases, involving implementation of the various real life solutions / services.

Assignments

Assignments

Each class will be followed by practical assignments.

24 x 7 Expert Support

24 x 7 Expert Support

We have 24x7 online support team to resolve all your technical queries, through ticket based tracking system, for the lifetime.

Certification

Certification

Towards the end of the course, OL Tech Edu certifies you for the course you had enrolled for based on the project you submit.

Course FAQ's

Enroll, Learn, Grow, Repeat! Get ready to achieve your learning goals with OL Tech Edu View All Courses

© 2015 - 2024 OL Tech Edu. All Rights Reserved.
Designed, Developed & Powered by MNJ SOFTWARE

The website is best experienced on the following version (or higher) of Chrome 31, Firefox 26, Safari 6 and Internet Explorer 9 browsers