conductor编译镜像

# git clone https://github.com/Netflix/conductor.git

# git checkout -b 2.0 remotes/origin/2.0

# cd server/
# ../gradlew server

 cp docker/server/Dockerfile .

# docker build -t mhcvs2/conductor:server-2.0 .

# cp docker/ui/Dockerfile .

# docker build -t mhcvs2/conductor:ui-2.0 .

原文地址:https://www.cnblogs.com/mhc-fly/p/10138962.html