Docker image for running a Spring Boot application.
1.7K
This guide walks you through the process of building a Docker image for running a Spring Boot application.
可以将 Docker Bub 存储的 image 拉取到本地,执行
docker pull waylau/docker-spring-boot
执行:
docker run -p 8080:8080 -t waylau/docker-spring-boot
获取项目源码,
https://github.com/waylau/docker-demos 中的 samples/spring-boot
Detail see http://waylau.com/docker-spring-boot/
Content type
Image
Digest
Size
71.9 MB
Last updated
over 10 years ago
docker pull waylau/docker-spring-boot