filmov
tv
Dockerizing Spring Boot Application | Spring Boot Docker Tutorial | Deploy Java App in Docker

Показать описание
Assalam O Alikum! In this video you are going to learn about Dockerizing Spring Boot Application | Spring Boot Docker Tutorial | Deploy Java App in Docker
Commands:
Docker File:
# syntax=docker/dockerfile:1
FROM openjdk:16-alpine3.13
Build Docker Image:
docker build -t test .
Run Container:
docker run --name test -p 8102:8102 -d test
Logs:
docker logs -f test
Start/Stop Container:
docker start test
docker stop test
_____________________________/SOCIAL LINKS\___________________________________
___________________________________________________________________________
Spring
spring boot
docker
image
docker file
jar
docker container
docker image
start a container
build image
maven
maven plugin
microservices
openjdk
how to write dockerfile
java application
what is docker file
docker deployment java application
how to deploy java application in docker file
dockerizing java application
dockerizing springboot application
dockerization of java
dockerize jar file
openjdk docker image
how to start stop docker container
how to check the logs of docker container
Commands:
Docker File:
# syntax=docker/dockerfile:1
FROM openjdk:16-alpine3.13
Build Docker Image:
docker build -t test .
Run Container:
docker run --name test -p 8102:8102 -d test
Logs:
docker logs -f test
Start/Stop Container:
docker start test
docker stop test
_____________________________/SOCIAL LINKS\___________________________________
___________________________________________________________________________
Spring
spring boot
docker
image
docker file
jar
docker container
docker image
start a container
build image
maven
maven plugin
microservices
openjdk
how to write dockerfile
java application
what is docker file
docker deployment java application
how to deploy java application in docker file
dockerizing java application
dockerizing springboot application
dockerization of java
dockerize jar file
openjdk docker image
how to start stop docker container
how to check the logs of docker container