What you'll learn:
- Everything about Docker and Docker Compose
- How to Dockerize Springboot Application
- How to Dockerize Database
- How to build, run containers and push them to central hub
- How multiple containers interact with each other
Learn everything about Docker & run your Springboot apps & Database inside containers using Docker & Docker Compose
Following are the topics that you will learn in this course:
What is the need to run applications inside the container
What is Docker
What is Image
What is Container
What is Docker hub
What is Dockerfile
Benefits of using Docker and running applications inside a container
How to create your own Dockerfile
How to build Docker image and Run a container from it
Convert your normal springboot application into a docker based container application
Run database inside the container
How to enable inter container communication so that different applications can talk to each other
How check logs inside running container
How to enter inside a running container
How list all images
How to list all running containers
How to delete image and container
What is Docker compose and why is it needed
How to write a Docker compose file
How to run multiple containers from a Docker compose file
Containers helps to achieve microservices architecture
Containers are backbone of the Kubernetes clusters
You will learn to create springboot application from spring initializer
You will learn about docker hub, its repositories, docker images, tags within each image
You will learn how to tag docker image to a specific version
You will learn to build code again and build image again with a new tag and push it to docker hub
You will get the complete source code of the application which you can refer and do changes according to your need and play around with it to further enhance your knowledge.