停止容器
docker stop zcbusdb zcbus zcbusrestapi zcbusvue
重建zcbus网桥
docker network rm zcbus
docker network create --subnet=192.169.0.1/16 zcbus
启动容器
docker start zcbusdb zcbus zcbusrestapi zcbusvue
或
cd 安装目录/client_remote/yaml
docker-compose up -d
问题归集
如启动容器时报错,处理过程:
报错信息:
[root@xxx zcbus]# docker start zcbus
Error response from daemon: network e7e6cd78ccf7f24c49871653f2bd not found
Error: failed to start containers: cce932ba5dc2
解决:
cd 安装目录/client_remote/yaml
docker-compose up -d --force-recreate
文档更新时间: 2022-08-02 22:34 作者:周风磊