使用下面的脚本在 docker swarm 上部署应用
docker stack deploy -c scripts/docker/docker-stack-compose-web.yml --with-registry-auth $NAME
总是提示
image xxx could not be accessed on a registry to record
its digest. Each node will access xxx independently,
possibly leading to different nodes running different
登录到对应的节点服务器用 docker pull 命令可以正常下载镜像,请问如何解决这个问题?