Docker Training

DOCKER TRAINIG

Accelerate your career prospects with iteanz Docker Training

About Program

Highest Quality and the Most Productive, High Energy Learning Experience.

Curriculum

Comprehensive Course Curriculum. Customizable to full-fill your trainer needs.

Reviews

Our happy customers. Watch what they have to say about myTectra!

Faqs

We are here to help you. You will find the general Frequently Asked Questions (FAQ) here.

Ask Us

Ready to partner with us for your training needs? Do you have any questions? Ask us Now!

About Program

Learn Docker From Iteanz The Market Leader!

Docker is a software technology providing operating-system-level virtualization also known as containers, promoted by the company Docker, Inc. Docker provides an additional layer of abstraction and automation of operating-system-level virtualization on Windows and Linux.

Docker can be integrated into various infrastructure tools, including Amazon Web Services, Ansible, CFEngine,  Chef, Google Cloud Platform, IBM Bluemix, HPE Helion Stackato, Jelastic, Jenkins, Kubernetes, Microsoft Azure, OpenStack Nova, OpenSVC, Oracle Container Cloud Service, Puppet, Salt, Vagrant, and VMware vSphere Integrated Containers.

Join iteanz to Up-Skill on the most popular programming language Docker!

The Docker Certification course will help you master the key concepts of Docker and how data can be containerized into different containers, the architecture of Docker, containerization, and various operations performed on it. You will also learn about Docker Hub and ways to create a Docker Image. This course also introduces you to Google-“Kubernetes”, a container management platform and several tools that leverage Docker to ease application deployment, continuous integration, service discovery, and orchestration. Finally, learn to deploy various Container based Applications on the Cloud.

Success Factors:

  • High-Quality Training
  • Top Technical Trainers
  • Comprehensive Course Curriculum
  • 100% Placement Assistance
  • Superb Satisfaction Score
  • Internship on Real-Time Project 
  • 3I- Individual Focus, Innovative & Interactive

Curriculum

Chapter 1: Introduction

        • Goal: Introduces Docker to readers, the core concepts and technology behind Docker.
        • Objectives: Upon completing this Module, you should be able to:
          Introduce Docker and state its benefit over VM, Get a brief idea about the Architecture of Docker and various terminology associated with it, Run Hello World in Docker, Building a Docker Image with a Docker File.
        • Topics: Shipping Transportation Challenges, Introducing Docker, Architecture of Docker, Understanding images and containers, Running Hello World in Docker, Building an Image.
        • Hands-on: Run Hello World using Docker, Building a Docker image with a Docker file.

Chapter 2: Container

        • Goal: Learn in detail about containers and various operations performed on them.
        • Objectives: At the end of this Module, you should be able to: Describe what is Container in Docker, why to use it, and its various scopes, Create, start, stop and remove containers, Run WordPress using single and multiple containers, Share, copy, and backup your data running in a container.
        • Topics: Introduction to Container, Container Life Cycle, WordPress using Container, Sharing, Backup, and Copying.
        • Hands-on: Create, Start, Stop and Remove Containers, Using supervisor to run WordPress in a Single Container, Running a WordPress blog using two Container, Backing up Database running in a Container, Sharing Data in your Docker Host with Container, Sharing Data between the Container, Copying Data to and from Container.
        •  

Chapter 3: Image Creation And Sharing

        • 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. Learn how to create Docker images and share them privately or publicly.
        • Objectives: At the end of this Module, you should be able to: Create images by starting a container using a base image and interactively making 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, 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: 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, Writing a Docker File, Packaging a Flask application inside a container, Using Packer to create a Docker Image, Publishing Image to Docker Hub, Running a private registry.

Chapter 4: Docker Networking

        • 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 non-default networking configurations. Concepts such as network namespaces, using an OVS bridge, and GRE tunnels are presented to lay a strong foundation for container networking. Finally, learn about more advanced networking setups and tools, such as Weave, and Flannel.
        • Objectives: At the end of this Module, 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 the custom bridge for Docker, Establish connection among the containers from the different host without port mapping.
        • Topics: Introduction to Docker Networking, Network Types, Network Namespace, Docker Container Networking, Custom Bridge, Weave Network.
        • Hands-on: Finding the 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 the custom bridge for Docker, Establishing connections among containers from the different host without port mapping.

Chapter 5: Docker Configuration And Development

        • Goal: This module covers the configuration of the Docker daemon, especially security settings and remote access to the Docker API. It also covers a few basic problems, like compiling Docker from the source, running its test suite, and using a new Docker binary. A few recipes provide better insight into Linux namespaces and their use in containers.
        • Objectives: At the end of this Module, you should be able to: Learn about the configuration of the Docker daemon, especially security settings and remote access to the Docker API, Discuss a few basic problems, like compiling Docker from source, running its test suite, and using a new Docker binary, Finally learn how to change the underlying storage driver that provides a union filesystem to support Docker images.
        • Topics: Managing and Configuring Docker Daemon, Compiling Docker Binary from Source, Introduction to nsenter, Introduction to runc, Secure Remote Access.
        • Hands-on: Start, stop, restart and configure Docker Daemon, Build and compile Docker Binary from the source, Run Docker Test suite for Docker Development, and Use docker-py to access Docker Daemon Remotely.

Chapter 6: Kubernetes

        • Goal: This module introduces you to the new container management platform from Google “Kubernetes”, providing a way to deploy multi-container applications on a distributed cluster. Learn how to deploy Kubernetes on your own infrastructure, starting with a local Vagrant cluster and subsequently on a set of machines started in the cloud. Discuss the key aspects of Kubernetes including pods, services, and replication controllers.
        • Objectives: At the end of this Module, you should be able to: Learn the basics of Kubernetes and discuss the enhanced capabilities of Kubernetes, Explain the architecture of Kubernetes, Create multi-node Kubernetes cluster with vagrant, Discuss Containers on a Kubernetes Cluster with Pods, Explore the Kubernetes API and run the Dashboard.
        • Topics: Kubernetes Architecture, Multinode Kubernetes Cluster with Vagrant, Containers on Kubernetes Cluster with Pods, Running multiple containers in a pod, Dynamic Linking of Containers using Cluster IP service, Kubernetes API, Kubernetes Dashboard, Kubernetes Cluster Authentication.
        • Hands-on: Create a multimode Kubernetes Cluster with Vagrant, Start Containers on a Kubernetes Cluster with Pods, Run multiple containers in a Pod, Use IP services for Dynamic Linking of containers, and Configure authentication to Kubernetes Cluster.

Chapter 7: Docker Ecosystem

        • 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 for Docker Compose and Docker Swarm.
        • Objectives: At the end of this Module, you should be able to: Learn how to use Docker Compose to create a WordPress site, Start containers on a Cluster with Docker Swarm, and Manage the containers 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, and Managing containers through Docker UI.

Chapter 8: Docker In The Cloud

      • Goal: The Docker daemon can be installed on a developer's local machine.
        However, with cloud computing providing easy access to on-demand servers, it is fair to say that a lot of container-based applications will be deployed in the cloud. This module presents you with the recipes to show how to access a Docker host on Amazon AWS. The module also introduces one of the new cloud services that use Docker: the AWS Elastic Container Service (ECS)
      • Objectives: At the end of this Module, you should be able to: Learn to deploy various Container based Applications on the Cloud.
      • Topics: Accessing Public Cloud to run Docker, Docker Host on AWS EC2, Docker Host on AWS using Docker Machine, EC2 Container Service.
      • Hands-on: All the use cases are hands-on intensive.

Customer Reviews

Our Customer Satisfaction Score (CSAT) is the highest in the Industry. 

Faqs

We are here to help you. You will find the general Frequently Asked Questions (FAQ) here.

Ask Us

Ready to partner with us for your training needs? Do you have any questions?

We're here to help you. Drop Us a Query !

Ask for Free Demo Now!

It’s not just about training. It’s about career progress. Iteanz allows you to take control of your career by learning the right skills at the right time.

Call Now 08046810331

Yes, I want a demo!