Skip to content

fkirisci/docker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Simple docker demo with spring boot.

Building to docker image from dockerfile

mvn clean package
docker build -t spring-boot-docker-demo .

Creating docker container from image

docker run -it --name boot-demo -p 5000:8080 spring-boot-docker-demo:latest

About

Docker example with spring boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published