Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Containerization and Docker
Rating: 3.7 out of 5(115 ratings)
7,812 students

Containerization and Docker

Learn about why world moved to containerization and introduce to the world of docker
Created byPallavi Sharma
Last updated 4/2020
English
English [Auto],

What you'll learn

  • what is the benefit of containerization and introduction to docker

Course content

1 section7 lectures1h 30m total length
  • part 115:05

    Explore containerization with Docker, compare monolithic and microservices architectures, embrace Unix philosophy, and learn about independent deployment and continuous integration and delivery.

  • part 215:05

    Explore how Docker containerization resolves devs, testers, and ops challenges with lightweight, isolated environments; compare virtual machines with containers and learn image versus container concepts.

  • part 315:05

    Run the hello world image with docker run to verify Docker installation, then explore Docker Hub, create a community account, and inspect images like Oracle, Postgres, Selenium, Mongo, and Node.

  • part 415:05

    Pull the my school image and run a container with a password and port mapping. Then open an interactive shell to create database school, a student table, and insert records.

  • part 515:05

    It demonstrates exposing docker container ports to the host, accessing containers from outside, and building a simple docker image from a java program with a dockerfile.

  • part 615:05

    Create a docker image from existing one by adding a java class and entry point, then run a container that prints hello globe and manage it with stop and remove.

  • part 70:27

    Join in continuing to learn and share, and thank you for giving your time. Take care, stay safe, and keep on learning.

Requirements

  • none

Description

In this glimpsing guruvar, second series we will talk about the concept of containerization and get introduced to the world of docker. We will be talking about various factors, application design, and application lifecycle.

We talk about the wall of confusion

the difference between VM's and containers.

We will install docker and look at some basic commands

difference between image and containers

create our container, and try to connect it from outside

then using dockerfle create our own image


Who this course is for:

  • beginners