1 Star 0 Fork 0

yaku2688 / spring-cloud-netflix-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
buildDockerImage.sh 256 Bytes
一键复制 编辑 原始数据 按行查看 历史
yidongnan 提交于 2016-06-19 20:17 . + support docker compose
#!/usr/bin/env bash
set -eo pipefail
modules=( admin-dashboard config-server eureka-server hystrix-dashboard service-a service-b zuul )
for module in "${modules[@]}"; do
docker build -t "spring-cloud-netflix-example/${module}:latest" ${module}
done
Java
1
https://gitee.com/yaku/spring-cloud-netflix-example.git
git@gitee.com:yaku/spring-cloud-netflix-example.git
yaku
spring-cloud-netflix-example
spring-cloud-netflix-example
master

搜索帮助