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