소스 검색

调整

td_orm
H Vs 1 년 전
부모
커밋
bee224c77e
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      health_monitor_run.sh

+ 3
- 3
health_monitor_run.sh 파일 보기

@@ -6,11 +6,11 @@ if [[ ${environment} == 'production' ]]; then
echo "开始远程构建容器"
docker stop health_monitor || true
docker rm health_monitor || true
docker rmi -f $(docker images | grep registry.cn-shanghai.aliyuncs.com/health_monitor | awk '{print $3}')
docker rmi -f $(docker images | grep registry.cn-shanghai.aliyuncs.com/gps_card/health_monitor | awk '{print $3}')
#docker login --username=telpo_linwl@1111649216405698 --password=telpo#1234 registry.cn-shanghai.aliyuncs.com
docker login --username=rzl_wangjx@1111649216405698 --password=telpo.123 registry.cn-shanghai.aliyuncs.com
docker pull registry.cn-shanghai.aliyuncs.com/health_monitor:$version
docker run --network=host -d -v /home/data/health_monitor/log:/var/health_monitor/logs --restart=always -e FirstEP=172.19.42.48:6030 -e environment=production --name health_monitor registry.cn-shanghai.aliyuncs.com/health_monitor:$version;
docker pull registry.cn-shanghai.aliyuncs.com/gps_card/health_monitor:$version
docker run --network=host -d -v /home/data/health_monitor/log:/var/health_monitor/logs --restart=always -e FirstEP=172.19.42.48:6030 -e environment=production --name health_monitor registry.cn-shanghai.aliyuncs.com/gps_card/health_monitor:$version;
#删除产生的None镜像
docker rmi -f $(docker images | grep none | awk '{print $3}')
docker ps -a


Loading…
취소
저장