Docker Deep Dive

About Docker Training and Workshop


DevOpsSchool is the best leading institute for Docker Training and Workshop. It has a huge amount of courses material of Docker. It contains web tutorials, Video Tutorials, HTML Slides, PPTs, PDFs, and uou can attend quiz free of cost. We provide instructed-led live online and classroom training for upgrade your skill. It also provides Docker Completion Cerftification.

What is Docker?


Docker is a open source software that provides to make easier to create, deploy, and run applications by using containers. Container allows developers to package any application with all parts of their need, such as libraries and other dependencies, and ship it all in one package.

Docker is a tool that packages, provisions and runs containers independent of the OS. Container technology is available through the operating system: A container packages the application service or function with all of the libraries, configuration files, dependencies and other necessary parts to operate.

Benifits of Docker


  • Compatibility and Maintainability.
  • CI Efficiency.
  • Simplicity and Faster Configurations.
  • Rapid Deployment.
  • Continuous Deployment and Testing.
  • Multi-Cloud Platforms.
  • Security
  • Isolation

Why should learn Docker?


  • Development in a cross-platform environment is easier.
  • Deployment of Applications is easier.
  • Distribution of Your Application is easier.
  • Each Dockerized app gets its own set of dependencies.
  • Controlling Docker containers can be fully automated.

How DevOpsSchool.com will help in your Docker Training and Workshop?


DevOpsSchool is a leading provider of Docker courses, training and certification. Our Docker trainers and consultants are highly qualified with more than 15 years of rich experience in the Software industry. Our Docker courses are designed in certain method where participants can get benefits with more content in less span of time. DevOpsSchool provide their services in terms of Docker training and courses online and classroom in India and abroad. We run many public classrooms training program in the Bangalore, Hyderabad, Pune, Mumbai, India, Netherlands etc.

Docker Deep Dive

TOOLS COVERED Docker Engine, Docker Hub, Docker Compose, Docker Machine, Docker Swarm
Duration
Time
Location
Mode
Fees
2 Days
10:00 AM to 6:30 PM
Bangalore, Hyderabad, Pune, Chennai
Classroom (Public Batch)
INR 15000 / Candidate (First come First serve basis)

Training Venue Address

Bangalore Pune Hyderabad Chennai
DevOpsSchool training Venue(RPS Consulting Pvt Ltd) 92, Richmond Rd, Langford Gardens, Bengaluru, Karnataka 560025 DevOpsSchool training Venue (E-Vision Infotech) Office #207, City Centre, Survey No. 138/1, Hinjewadi Phase I, Behind Persistent, Near Symbiosis Boys Hostel, Pune 411 057 (Maharashtra, India) DevOpsSchool training Venue(Palmeto Solutions) 8th floor, Vaishnavi Cynosure, Telecom Nagar, Gachibowli, Hyd -32 Land Mark : Reliance Digital Building, Next to Gachibowli Flyover. DevOpsSchool training Venue(RPS Consulting Pvt Ltd) 37, PM Towers, Above IDBI bank, Greams Road, Thousand Lights West, Thousand Lights, Chennai, Tamil Nadu 600006
Daywise Agenda and Time Table
Day 1 : Time Theme Topics
10:00 AM - 11:30 AM Presentation & Demo & Lab The Rise of the Virtual Machine
Installing and Updating Docker
11:30 AM - 11:45 M BREAK NA
11:45 AM - 01:00 PM Presentation & Demo & Lab Major Docker Components - Docker Engine
Major Docker Components - Docker Containers
01:00 PM - 02:00 PM LUNCH NA
02:00 PM - 04:00 PM Presentation & Demo & Lab Major Docker Components - Docker Hub
Major Docker Components - Docker Images
04:00 PM - 04:15 PM BREAK NA
04:15 PM - 06:30 PM Presentation & Demo & Lab & Test Container Management
Docker Commands
Building Docker Images from a Dockerfile
Docker Image Autonomy & Internal
Day 2 : Time Theme Time
10:00 AM - 11:30 AM Presentation & Demo & Lab Working with Registries
Diving Deeper with Dockerfile
Docker Networking
11:30 AM - 11:45 M BREAK NA
11:45 AM - 01:00 PM Presentation & Demo & Lab Troubleshooting
Security and QoS for Docker Containers
Debugging Containers
01:00 PM - 02:00 PM LUNCH NA
02:00 PM - 04:00 PM Presentation & Demo & Lab Orchestrating Docker using Docker Compose
Orchestrating Docker using Docker Machine
Orchestrating Docker using Docker Swarm
04:00 PM - 04:15 PM BREAK NA
04:15 PM - 06:30 PM Presentation & Demo & Lab & Test Networking in a Docker Cluster
Dockerizing Your Microservices - Case Study

Docker Course Agenda

  • Containers vs VMs
  • What Are Containers?
  • Containers Under the Hood
  • Docker
  • The Future of Docker and Containers
  • Installing Docker on Ubuntu
  • Installing Docker on CentOS
  • Updating Docker
  • Granting Docker Contrul to Non-root Users
  • Configuring Docker to Communicate Over the Network
  • Playing Around with Our First Docker Container
  • HandsOn Session
  • Module Intro
  • The High Level Picture
  • The Docker Engine
  • Docker Images
  • Docker Containers
  • Docker Hub
  • A Closer Look at Images and Containers
  • Vulumes
  • Persistent Data and Production Containers
  • Image Layers
  • Union Mounts
  • Where Images Are Stored
  • Copying Images to Other Hosts
  • The Top Writeable Layer of Containers
  • One Process per Container
  • Commands for Working with Containers
  • HandsOn Session
  • Module Intro
  • Starting and Stopping Containers
  • PID 1 and Containers
  • Deleting Containers
  • Looking Inside of Containers
  • Low-level Container Info
  • Getting a Shell in a Container
  • HandsOn Session
  • The run Command
  • Managing Containers
  • Docker Info
  • Container Info
  • Dealing with Images
  • Using the Registry
  • HandsOn Session
  • Module Intro
  • Introducing the Dockerfile
  • Creating a Dockerfile
  • Building an Image from a Dockerfile
  • Inspecting a Dockerfile from Docker Hub
  • HandsOn Session
  • The Build Context
  • Image Layers
  • Caching
  • Base Images
  • Dockerfile Instructions
  • HandsOn Session
  • Module Intro
  • Creating a Public Repo on Docker Hub
  • Using Our Public Repo on Docker Hub
  • Docker Hub Enterprise
  • HandsOn Session
  • Module Intro
  • The Build Cache
  • Dockerfile and Layers
  • Building a Web Server Dockerfile
  • Launching the Web Server Container
  • Reducing the Number of Layers in an Image
  • The CMD Instruction
  • The ENTRYPOINT Instruction
  • The ENV Instruction
  • Vulumes and the VulUME Instruction
  • HandsOn Session
  • Module Intro
  • The docker0 Bridge
  • Virtual Ethernet Interfaces
  • Network Configuration Files
  • Exposing Ports
  • Viewing Exposed Ports
  • Linking Containers
  • HandsOn Session
  • Module Intro
  • Docker Daemon Logging
  • Container Logging
  • Planning Image Builds
  • Intermediate Images
  • The docker0 Bridge
  • IPTables
  • HandsOn Session
  • Filesystem restrictions
  • Linux capabilities
  • Securing containers
  • Understanding Docker security I – kernel namespaces
  • pid namespace
  • net namespace
  • User namespace
  • Understanding Docker security II – cgroups
  • HandsOn Session
  • Process Output
  • Process Inspection
  • Contrulling Processes
  • Network Inspection
  • Image History
  • Inspecting a Container
  • Filesystem Inspection
  • HandsOn Session
  • Docker Compose
  • Docker Swarm
  • Docker Machine
  • Composing Services
  • Building Applications With Docker Compose
  • HandsOn Session
  • Installing Docker Compose
  • Docker Compose YAML file
  • Docker Compose
  • Installing Docker Compose
  • The Docker Compose commands
    • build
    • kill
    • logs
    • port
    • ps
    • pull
    • restart
    • rm
    • run
    • scale
    • start
    • stop
    • up
    • version
  • Docker Compose – examples
  • The Docker Compose usage
  • HandsOn Session
  • Scale up to 100 nodes in 1 second
  • HandsOn Session
  • Docker Swarm
  • Docker Swarm install
  • Docker Swarm components
  • Docker Swarm usage
  • The Docker Swarm commands
  • The Docker Swarm topics
  • Discovery services
  • Advanced scheduling
  • The Swarm API
  • The Swarm cluster example
  • Overlay Networks
  • Logging Drivers
  • HandsOn Session
  • Docker Swarm
  • Docker Swarm networking
  • Kubernetes
  • Deploying Kubernetes on AWS
  • Kubernetes networking and its differences to Docker networking
  • Deploying the Kubernetes pod
  • HandsOn Session
  • Prerequisites
  • Key-value store installation
  • Create a Swarm cluster with two nodes
  • Creating an overlay network
  • Creating containers using an overlay network
  • HandsOn Session
  • Docker networking
  • Multi-host networking with overlays
  • Launching Discovery
  • Readying the Swarm
  • Adding the overlay network
  • Using the overlay network
  • Back to Consul
  • Composing multi-host networks
  • Summing up multi-host networking
  • HandsOn Session
  • Understand microservices
  • Understand what problems microservices sulve
  • Understand the complexities introduced by microservices
  • Define an example of a microservice-based architecture
  • Learning objectives
  • Understand how docker can benefit a microservice architecture
  • Create a Docker container for each app
  • Configure your apps for both production and development

Training Flow

devops course content
devops training flow
FREQUENTLY ASKED QUESTIONS

To maintain the quality of our live sessions, we allow limited number of participants. Therefore, unfortunately live session demo cannot be possible without enrollment confirmation. But if you want to get familiar with our training methodology and process or trainer's teaching style, you can request a pre recorded Training videos before attending a live class.

Yes, after the training completion, participant will get one real-time scenario based project where they can impletement all their learnings and acquire real-world industry setup, skills, and practical knowledge which will help them to become industry-ready.

All our trainers, instructors and faculty members are highly qualified professionals from the Industry and have at least 10-15 yrs of relevant experience in various domains like IT, Agile, SCM, B&R, DevOps Training, Consulting and mentoring. All of them has gone through our selection process which includes profile screening, technical evaluation, and a training demo before they onboard to led our sessions.

No. But we help you to get prepared for the interviews and resume preparation as well. As there is a big demand for DevOps professionals, we help our participants to get ready for it by working on a real life projects and providing notifications through our "JOB updates" page and "Forum updates" where we update JOB requirements which we receive through emails/calls from different-different companies who are looking to hire trained professionals.

The system requirements include Windows / Mac / Linux PC, Minimum 2GB RAM and 20 GB HDD Storage with Windows/CentOS/Redhat/Ubuntu/Fedora.

All the Demo/Hands-on are to be executed by our trainers on DevOpsSchool's AWS cloud. We will provide you the step-wise guide to set up the LAB which will be used for doing the hands-on exercises, assignments, etc. Participants can practice by setting up the instances in AWS FREE tier account or they can use Virtual Machines (VMs) for practicals.

  • Google Pay/Phone pe/Paytm
  • NEFT or IMPS from all leading Banks
  • Debit card/Credit card
  • Xoom and Paypal (For USD Payments)
  • Through our website payment gateway

Please email to contact@DevopsSchool.com

You will never lose any lecture at DevOpsSchool. There are two options available: You can view the class presentation, notes and class recordings that are available for online viewing 24x7 through our Learning management system (LMS). You can attend the missed session, in any other live batch or in the next batch within 3 months. Please note that, access to the learning materials (including class recordings, presentations, notes, step-bystep-guide etc.)will be available to our participants for lifetime.

Yes, Classroom training is available in Bangalore, Hyderabad, Chennai and Delhi location. Apart from these cities classroom session can be possible if the number of participants are 6 plus in that specific city.

Location of the training depends on the cities. You can refer this page for locations:- Contact

We use GoToMeeting platform to conduct our virtual sessions.

DevOpsSchool provides "DevOps Certified Professional (DCP)" certificte accredited by DevOpsCertificaiton.co which is industry recognized and does holds high value. Particiapant will be awarded with the certificate on the basis of projects, assignments and evaluation test which they will get within and after the training duration.

If you do not want to continue attend the session in that case we can not refund your money back. But, if you want to discontinue because of some genuine reason and wants to join back after some time then talk to our representative or drop an email for assistance.

Our fees are very competitive. Having said that if the participants are in a group then following discounts can be possible based on the discussion with representative
Two to Three students – 10% Flat discount
Four to Six Student – 15% Flat discount
Seven & More – 25% Flat Discount

If you are reaching to us that means you have a genuine need of this training, but if you feel that the training does not fit to your expectation level, You may share your feedback with trainer and try to resolve the concern. We have no refund policy once the training is confirmed.

You can know more about us on Web, Twitter, Facebook and linkedin and take your own decision. Also, you can email us to know more about us. We will call you back and help you more about the trusting DevOpsSchool for your online training.

If the transaction occurs through the website payment gateway, the participant will receive an invoice via email automatically. In rest options, participant can drop an email or contact to our representative for invoice

DEVOPS ONLINE TRAINING REVIEWS

Avatar

Abhinav Gupta, Pune

(5.0)

The training was very useful and interactive. Rajesh helped develop the confidence of all.


Avatar

Indrayani, India

(5.0)

Rajesh is very good trainer. Rajesh was able to resolve our queries and question effectively. We really liked the hands-on examples covered during this training program.


Avatar

Ravi Daur , Noida

(5.0)

Good training session about basic Devops concepts. Working session were also good, howeverproper query resolution was sometimes missed, maybe due to time constraint.


Avatar

Sumit Kulkarni, Software Engineer

(5.0)

Very well organized training, helped a lot to understand the DevOps concept and detailed related to various tools.Very helpful


Avatar

Vinayakumar, Project Manager, Bangalore

(5.0)

Thanks Rajesh, Training was good, Appreciate the knowledge you poses and displayed in the training.



Avatar

Abhinav Gupta, Pune

(5.0)

The training with DevOpsSchool was a good experience. Rajesh was very helping and clear with concepts. The only suggestion is to improve the course content.


View more

4.1
Google Ratings
4.1
Videos Reviews
4.1
Facebook Ratings
RELATED COURSE

RELATED BLOGS

OUR GALLERY