
Explore containerization with Docker, compare monolithic and microservices architectures, embrace Unix philosophy, and learn about independent deployment and continuous integration and delivery.
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.
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.
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.
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.
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.
Join in continuing to learn and share, and thank you for giving your time. Take care, stay safe, and keep on learning.
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