Email : samridhi1269@gmail.com

9990816060

Docker

    1. Introduction
    • What is Application Stack
    • Challenges with Deployments
    • What is Virtualization
    • Problems with Virtualization
    • Containerization Introduction
    • What is Docker
    • Docker features
    • Applying the Solution with Docker
    1. Docker Installation
    • Install Docker
    • Start docker Service
    • Stop docker
    • Uninstall docker
    • ECS introduction
    1. Docker Architecture
    • Docker Client
    • Docker Engine
    • Dockerfile
    • Docker Images
    • Docker Hub
    • Docker Containers
    • Docker Hub Acc Creation
    1. Docker Commands
    • docker version
    • docker info
    • docker help
    • docker images
    • docker pull
    • docker rmi
    • docker ps
    • docker login
    • docker push
    • docker rm
    1. Writing Docker File
    • Creating Docker File
    • Visual Source Code IDE
    • Understanding the Instructions used in Docker file

    o FROM

    o MAINTAINER

    o COPY

    o ADD

    o RUN

    o CMD

    o ENTRYPOINT

    o VOLUME

    1. Docker Images
    • Understanding the Base Image
    • Image Layered Structure
    • Internals of docker Image
    • Build Process of docker Images
    • Tagging the images
    • Image Generation with Docker Commit.
    • Run , inspect, remove and prune images
    1. Docker Containers
    • Running Docker Containers from Images
    • Listing Running Containers
    • Container Lifecycle
    • Start,Stop and Restart Containers
    • Removing the Containers
    • Container With Dependencies-Muti Containers
    • Starting Containers in shell
    • Running Containers in Bash Mode using IT flag
    • Container Isolation
    1. Docker Volume
    • Advantages
    • Bind Mounts
    • Volumes over Bind Mounts
    • Creating Volumes
    • List all Volumes
    • Run Container on Volumes
    • Remove Volumes
    1. Docker Swarm
    • Container orchestration
    • Features of docker swarm
    • Docker swarm node manager
    • Create worker nodes
    • Run containers on swarm
    • Scaling the service