瀏覽代碼

添加访问映射窗口

master
wangjx 3 年之前
父節點
當前提交
089db070c0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      setup_test.sh

+ 1
- 1
setup_test.sh 查看文件

@@ -22,6 +22,6 @@ docker rmi -f $(docker images | grep none | awk '{print $3}')
# 查看镜像列表
docker images
# 启动容器
docker run -v /home/data/sentineldashboard/log:/var/log/sentineldashboard -d -e active=test --network host --restart=always --name sentinel_dashboard 139.224.254.18:5000/sentinel_dashboard:$image_version
docker run -p 9000:7777 -v /home/data/sentineldashboard/log:/var/log/sentineldashboard -d -e active=test --network host --restart=always --name sentinel_dashboard 139.224.254.18:5000/sentinel_dashboard:$image_version
# 查看日志
# docker logs sentinel_dashboard

Loading…
取消
儲存