Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

使用 docker-compose 服务编排服务

打包镜像

jib:dockerBuild -f pom.xml

打tag

docker tag workcheng/hellojib:0.0.1-SNAPSHOT 192.168.0.161:5000/weiya

上传到本地 docker 自建仓库

docker push 192.168.0.161:5000/weiya

启动服务

docker-compose up

ref

TODO

  • docker-compose.yml 使用env_file配置参数文件,统一从配置文件中取配置