Skip to content

includeno/springbootdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springbootdemo

拉取镜像
docker pull includeno/springbootdemo:1.0-20210414

运行容器
docker run -it --name springbootdemo_container -p 8082:8080 -d includeno/springbootdemo:1.0-20210414

查看日志和文件
docker logs -tf  springbootdemo_container
docker exec -it  springbootdemo_container /bin/bash

清理
docker stop springbootdemo_container
docker rm springbootdemo_container
docker image rm includeno/springbootdemo:1.0-20210414

访问网站

http://xxxxxxx:8082/hello

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published