1、拉取
[root@Tseng ~]# docker pull bladex/sentinel-dashboard
Using default tag: latest
latest: Pulling from bladex/sentinel-dashboard
4abcf2066143: Pull complete
1ec1e81da383: Pull complete
56bccb36a894: Pull complete
7cc80011dc6f: Pull complete
4f4fb700ef54: Pull complete
8ec3e11abb52: Pull complete
Digest: sha256:2cfa70f8f5aacf4631ee6320d35427243f88792bd203fe5b9b44df1ffbc6214b
Status: Downloaded newer image for bladex/sentinel-dashboard:latest
[root@Tseng ~]#
2、启动容器
[root@Tseng ~]# docker run --name=sentinel -d -p 8719:8719 -p 8868:8858 --restart=always bladex/sentinel-dashboard
26c65e397d2ec0d5fc27cb40e778a68b2b071c1a90a1525dd8df289c8e8ab53f
[root@Tseng ~]#
3、关闭自动启动
[root@Tseng ~]# docker update --restart=no 26c6
26c6
[root@Tseng


1048

被折叠的 条评论
为什么被折叠?



