Sign inSign up

a273218159/springboot

By a273218159

Updated almost 8 years ago

springboot生产环境基础镜像

Image
0

111

a273218159/springboot repository overview

Instruction

springboot基础镜像。
需要将jar包复制/移动到target目录下,且target目录必须与Dockerfile位于同级目录;

Dockerfile示例 FROM a273218159/springboot:java8

运行方式:docker run -d -t -e version={server} --name {name} {mirror}

镜像默认开启ssh服务并允许root用户免密登陆,主要为方便开发环境调试用,所以生产环境下不可以将22端口映射到出口网络

Source

https://github.com/djin-cn/mine/blob/master/BaseDockerfile/springboot/Dockerfile

Tag summary

Content type

Image

Digest

Size

50.7 MB

Last updated

almost 8 years ago

docker pull a273218159/springboot:java8