Explorar el Código

添加访问映射窗口

master
wangjx hace 3 años
padre
commit
089db070c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      setup_test.sh

+ 1
- 1
setup_test.sh Ver fichero

@@ -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

Cargando…
Cancelar
Guardar