• Post category:StudyBullet-3
  • Reading time:6 mins read


Learn everything about Docker, Docker compose by running your Springboot application & Database inside containers

What you will 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

Description

 

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.

English
language

 


Get Instant Notification of New Courses on our Telegram channel.


Content

 
Everything About Docker
Introduction
Need for Docker
Basics of Docker
Benefits-of-Docker
Docker-working-workflow
Installation and Setup
Installing-Docker-Desktop
Creating-Springboot-App
Installing-java-maven-intellij
Setting-project-in-intellij
Creating-1st-REST-API
SpringBoot Docker & Docker Hub
Taking-notes
Creating-Dockerfile
Creating-Image-Docker-build
Push-Image-to-Docker-hub
Running-Container-From-Image
Understanding-the-flow
Using-important-docker-commands
Running multiple Containers
Application-workflow
Dockerfile-for-Springboot-app
Dockerizing-Mongo-Database
Build-Image-for-Springboot
Run-Container-for-Springboot-MongoDB
Debugging-Inside-Container
Connectivity-Between-Springboot-MongoDB
Testing-App-End-to-End
All about Docker Compose
What-is-Docker-Compose
Creating-1st-Docker-Compose-file
Running-Containers-with-Docker-Compose-and-Testing-App
Source Code for Springboot with Docker
Source Code for Springboot and MongoDB with Docker, Docker Compose