一、Sentinel-dashboard
1. 搜索镜像:docker search MongoDB;
2. 拉取镜像:docker pull mongo:latest;
3. 查看本地镜像:docker images;
4. stack.yml部署文件;
5. 执行stack.yml文件:docker stack deploy -c stack.yml mongo。
2024-01-04 12:56:28
一、Sentinel-dashboard
1. 搜索镜像:docker search MongoDB;
2. 拉取镜像:docker pull mongo:latest;
3. 查看本地镜像:docker images;
4. stack.yml部署文件;
5. 执行stack.yml文件:docker stack deploy -c stack.yml mongo。