Skip to content

andychen065/Docker-SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBootExample in Docker

Build jar: mvn package

Test jar: java -jar docker_spring_boot.jar

Build docker image: docker build -t firstspringboot .

Start one Container: docker run -it -p 8080:8080 firstspringboot /bin/bash

visit url: http://HOSTIP:8080/hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors