Dockerizing Spring Boot 3 from Zero to Production

Опубликовано: 20 Июль 2026
на канале: Wazoo Web Bytes
805
19

In this tutorial, we go through the process of adding Docker support to our Spring Boot 3 Todo Application that we started in a previous tutorial (   • Build an ENTIRE TODO Web Application with ...  )

Given the power and strength of Docker, this is only an introduction to what you can with Docker containers.

Get the Code! https://github.com/wazooinc/spring-bo...

===---=== Concepts ===---===
Docker and Containerization

===---=== Chapters ===---===
00:00 - Introduction
05:10 - Creating the Dockerfile
08:35 - docker build image -t v1
09:09 - docker image ls
09:41 - docker run v1
11:04 - docker extension in vs code
11:37 - Updating Dockerfile for openjdk:19
12:00 - docker build image -t v2
12:23 - docker run v2
15:12 - Using docker-compose.yml
17:18 - docker-compose up
18:07 - docker-compose up -d
18:34 - docker-compose down
19:15 - docker ps
20:27 - Adding a Build phase to Dockerfile
24:01 - docker build image -t v3
28:04 - docker-compose up --build web
29:00 - Outro

#Java
#SpringBoot
#Tutorial

🔗Resources & Links mentioned in this video:

Spring Initializr: https://start.spring.io/​
Visual Studio Code: https://code.visualstudio.com/
Spring Boot Dashboard Extension: https://marketplace.visualstudio.com/...
Docker client: https://www.docker.io

👋🏻Connect with me:
Twitter:   / eyuzwa