Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

docker build -t spring-boot-docker.jar .

docker image ls
docker run -p 9090:9080 spring-boot-docker.jar

192.168.99.100:9090/

You might also like