摘要: echo -e "\033[33m 是否启动consul\033[0m" echo "y 是" echo "n 否" read start_con if [ $start_con == "y" ] then JOIN_IP="$(docker inspect -f '{{.NetworkSettin 阅读全文
posted @ 2020-10-28 10:07 daviyoung 阅读(221) 评论(0) 推荐(0)