docker-spring-hello-world Build docker build -t helloworld/hello-world:latest . Run with docker docker run -p 8080:8080 helloworld/hello-world