Integrate Spring Boot with Docker
Find latest version in repository spring-boot-docker.
Prepare
We need:
- a Docker daemon server installed on Linux host(or VM)
- a spring-boot project to be integated into Docker
- a Docker Hub account
日凿一窍,七日而混沌死
1 | [root@localhost temp]# tar -zxvf apache-tomcat-7.0.68.tar.gz -C ../tomcat |