Tuesday 20 March 2018

Classroom DevOps Training In Bangalore @ INR 10K Only by scmGalaxy

 
 
 
scmGalaxy-logo
 
Hey,
I'm so excited & happy to share a GOOD NEWS with you!

scmGalaxy is giving Flat 50% Discount in the Classroom DevOps training in Bangalore

Here is the link:
Bangalore: DevOps Classroom Training in INR 10K Only (50% Off) - Discounted Link

It's the tiniest investment you can make with a guarantee of returns...

3 Full Day: March 30th to April 1st (Friday, Saturday & Sunday)

This will feature:

1. DevOps using Docker, Git, Maven, Nexus, Jenkins & Chef on AWS platform
2. Industry Grade Practical Implementations.
3. Led by India's top DevOps Trainer - Rajesh kumar: Profile link 
4. Will provide DevOps Certification

If you're thinking about up-skilling to DevOps, this is the BEST CHANCE!
DevOps Classroom Training & Workshop: Bangalore - Discounted Link

The entire team at scmGalaxy is looking forward to give you the best learning experience.

Limited Seats! Register Now!! CALL/WHATSAPP: +91 700 483 5930 | Skype - scmGalaxy

 
Hear words straight from our students and participants about scmGalaxy
https://youtu.be/F74HW-iKhJE
https://youtu.be/pvzS-ZrAE5Q
https://youtu.be/2I-FzGekIBM
https://www.youtube.com/watch?v=mwE3-6CS6HE
https://youtu.be/-sbbJloHhEM
 
 

Monday 31 October 2016

Docker Training Course


About

Docker has been acclaimed as a revolution for the IT world. This open source project is already making a lot of changes on how developers and system administrators setup new server and web environments. If you never heard about Docker, I’ll try to explain it in a couple of lines with Wikipedia’s help:
Docker is an open-source project that automates the deployment of applications inside software containers, providing that way an additional layer of abstraction and automatization of operating system–level virtualization on Linux.Docker uses resource isolation features of the Linux kernel such as cgroups and kernel namespaces to allow independent “containers” to run within a single Linux instance, avoiding the overhead of starting virtual machines.
We have two courses on Docker...
Docker Fundamentals
Number of Day - 1
This course covers the foundations of the Docker platform, including an overview of the platform components, images, containers and repositories.
Docker Advance and Operations 
Number of Day - 2
This also course covers topics to help you operate a Dockerized application environment. From understanding Docker Orchestration with Machine, Swarm and Compose, to security best practices and troubleshooting Docker containers. Private repository and registry concepts are also explained in this course. This two day course is designed to help new and experienced systems administrators learn to use Docker to control the Docker daemon, security, Docker Machine, Swarm, and Compose.

Agenda

We have two courses on Docker...
Docker Fundamentals
Number of Day - 1
This course covers the foundations of the Docker platform, including an overview of the platform components, images, containers and repositories.
Docker Advance and Operations 
Number of Day - 2
This also course covers topics to help you operate a Dockerized application environment. From understanding Docker Orchestration with Machine, Swarm and Compose, to security best practices and troubleshooting Docker containers. Private repository and registry concepts are also explained in this course. This two day course is designed to help new and experienced systems administrators learn to use Docker to control the Docker daemon, security, Docker Machine, Swarm, and Compose.

The basic course program is outlined here:

1. The Rise of the Virtual Machine
  • ✔ Containers vs VMs
  • ✔ What Are Containers?
  • ✔ Containers Under the Hood
  • ✔ Docker
  • ✔ The Future of Docker and Containers
2. Installing and Updating Docker - Latest Stable Version Docker 1.12
  • ✔ 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
3. Major Docker Components
  • ✔ 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
4. Container Management
  • ✔ 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
Docker Commands
  • ✔ The run Command
  • ✔ Managing Containers
  • ✔ Docker Info
  • ✔ Container Info
  • ✔ Dealing with Images
  • ✔ Using the Registry
  • ✔ HandsOn Session
5. Building from a Dockerfile
  • ✔ Module Intro
  • ✔ Introducing the Dockerfile
  • ✔ Creating a Dockerfile
  • ✔ Building an Image from a Dockerfile
  • ✔ Inspecting a Dockerfile from Docker Hub
  • ✔ HandsOn Session
10. How Images Get Built
  • ✔ The Build Context
  • ✔ Image Layers
  • ✔ Caching
  • ✔ Base Images
  • ✔ Dockerfile Instructions
  • ✔ HandsOn Session
6. Working with Registries
  • ✔ Module Intro
  • ✔ Creating a Public Repo on Docker Hub
  • ✔ Using Our Public Repo on Docker Hub
  • ✔ Docker Hub Enterprise
  • ✔ HandsOn Session
7. Diving Deeper with Dockerfile
  • ✔ 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
8. Docker Networking
  • ✔ Module Intro
  • ✔ The docker0 Bridge
  • ✔ Virtual Ethernet Interfaces
  • ✔ Network Configuration Files
  • ✔ Exposing Ports
  • ✔ Viewing Exposed Ports
  • ✔ Linking Containers
  • ✔ HandsOn Session
9. Troubleshooting
  • ✔ Module Intro
  • ✔ Docker Daemon Logging
  • ✔ Container Logging
  • ✔ Planning Image Builds
  • ✔ Intermediate Images
  • ✔ The docker0 Bridge
  • ✔ IPTables
  • ✔ HandsOn Session
10. Security and QoS for Docker Containers
  • ✔ 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
11. Debugging Containers
  • ✔ Process Output
  • ✔ Process Inspection
  • ✔ Contrulling Processes
  • ✔ Network Inspection
  • ✔ Image History
  • ✔ Inspecting a Container
  • ✔ Filesystem Inspection
  • ✔ HandsOn Session
Orchestrating Docker
  • ✔ Docker Compose
  • ✔ Docker Swarm
  • ✔ Docker Machine
  • ✔ Composing Services
  • ✔ Building Applications With Docker Compose
  • ✔ HandsOn Session
Docker Compose
  • ✔ 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
  • ✔ 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
Networking in a Docker Cluster
  • ✔ Docker Swarm
  • ✔ Docker Swarm networking
  • ✔ Kubernetes
  • ✔ Deploying Kubernetes on AWS
  • ✔ Kubernetes networking and its differences to Docker networking
  • ✔ Deploying the Kubernetes pod
  • ✔ HandsOn Session
Overlay network with Docker Machine and Docker Swarm
  • ✔ 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 Network Plugins
  • ✔ 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
Thinking in Terms of Microservices
  • ✔ Understand microservices
  • ✔ Understand what problems microservices sulve
  • ✔ Understand the complexities introduced by microservices
  • ✔ Define an example of a microservice-based architecture
Dockerizing Your Microservices
  • ✔ 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
Deploying Single Instance Single Container Apps with Docker Machine
Development of Microservices-Based Apps with Docker Compose 
Deploying Single Instance Multi-Container Apps with Docker Compose and Docker Machine