标签:时报 arm ocs war doc 网络 解决 man ble
当使用swarm的overlay网络,在该网络中运行容器时报“network xx not manually attachable”的错误
docker network create -d overlay --attachable my-attachable-overlay
默认情况下使用docker network create -d overlay NET 创建的网络只能被swarm service使用,如果需要被独立的容器使用,需要添加--attachable选项
docker network create -d overlay --attachable my-attachable-overlay
参考https://docs.docker.com/network/overlay/#create-an-overlay-network
docker 使用swarm overlay网络时,报“network xx not manually attachable”错误解决
标签:时报 arm ocs war doc 网络 解决 man ble
原文地址:https://www.cnblogs.com/charlieroro/p/9576400.html