摘要: 1、kuboard 安装 wget https://addons.kuboard.cn/kuboard/kuboard-v3.yaml 修改 volumes: - hostPath: path: /usr/share/kuboard/etcd 为 /data/software/kuboard/etc 阅读全文
posted @ 2024-04-13 16:16 wh459086748 阅读(470) 评论(0) 推荐(0)
摘要: docker容器之间共享网络操作步骤 第一步 docker network create share_net 第二步 每个docker-compose里都加一下这个 networks: - share_net networks: share_net: external: true 阅读全文
posted @ 2024-04-13 16:12 wh459086748 阅读(42) 评论(0) 推荐(0)