Home Cloud Courses Docker Training

Docker
Online Training

By Our Industry Expert

GET FREE LIVE TRAINING

ENROLL NOW

Docker is a container management system that virtualizes application environments, allowing for higher density server usage without the need for additional hardware virtualization.

Need to learn Docker? This is the course for you! This course provides a soup-to-nuts learning experience for core Docker technologies, including the Docker Engine, Images, Containers, Registries, Networking, Storage, and more. All of the behind the scenes theory is explained, and all concepts are clearly demonstrated on the command line.

Docker is a management and deployment layer built on the container concept that virtualizes an applications environment without the overhead of virtualizing the hardware itself. This course teaches the installation, use, and management of these Dockerized applications in a real world environment.

This course also introduces the major concepts of Docker Swarm clustering and walks the viewer through installing, configuring, and tuning a Docker Swarm cluster

This course give Idea, through the process of integrating a Dockerized app into a DevOps style automated workflow that includes Continuous Integration (CI) and Continuous Delivery (CD) element

Online Batches
Date Timing
3 Feb Batch 9:00 AM 9:00 PM

Course Content


Learning the Basics of Docker:

  • Introduction to Docker
  • Containers Vs. Virtual Machines
  • How Docker Works : Docker Architecture
  • The Docker Hub
  • Docker Installation : Linux and Windows both
  • Creating Our First Image
  • Working With Multiple Images
  • Packaging A Customized Container
  • Running Container Commands With Docker
  • Exposing Our Container With Port Redirects
  • Installation and Image Setup
  • Creating Images from Containers

Docker Builds and Deployments:

  • Container Snapshots
  • Attach to a Running Container
  • Removing Images
  • Directory Structure
  • Services That Run on Startup
  • Dockerfile: Tying It Together
  • Pushing Images to Docker Hub
  • Adding External Content
  • Image Volume Management
  • Advanced Container Network Management
  • Creating Custom Image from a Dockerfile
  • Managing Containers
  • Adding External Content to Containers.
  • Creating Images from Containers

Docker Internals

  • Interactive Shell Control
  • Previous Container Management
  • Advanced Networking
  • Container Routing
  • Sharing Container Resources
  • Committing a Running Container (Snapshot Images)
  • Container Linking and Communication
  • Taking Control of Ports
  • Useful Docker CLI Commands
  • Optimizing Our Dockerfile Builds
  • Base Image Maintenance and Cleanup
  • Exposing Container Ports to the Host
  • Advanced Container Creation at the Command Line
  • Docker API management
  • Security and isolation
  • Selinux and other security
  • TroubleShooting
  • Docker Daemon Logging
  • Container Logging
  • Planning image builds
  • Intermediate images

Advanced Topic in Docker

  • Creating Image from Scratch (means your OWN base image)
  • Some GUI tools to manage docker
  • Integration of Docker with Swarm
  • Orchestration Container with Kubernetes
  • Discussing on AWS Container As A Service
  • Some discussion on Rocket v/s Docker
  • Using Docker with CoreOS and Project Atomic
  • Integrating docker with devops automated workflows : Idea

Native Docker Clustering

  • Docker Swarm: native clustering for Docker containers
  • Installation and Setup
  • Swarm install and demo
  • Swarm config theory and demo
  • Swarm manage process
  • Scheduling Containers
  • Testing the cluster
  • Scheduling container on the cluster
  • Scheduling algorithm
  • Random and bin packaging
  • Advanced scheduling concepts
  • Affinity filter
  • Standard and custom constraint
  • Integration and Use Cases
  • Building a Cloud App for Deployment and Testing Over Docker
  • Integrating Custom Network Cloud Service In Your Docker Containers
  • Create a Dockerized Base Server