networks.agent_net Additional property attachable is not allowed
networks.agent_net Additional property attachable is not allowed
·
问题:
networks.agent_net Additional property attachable is not allowed

原因:因为yml文件中的version: '3' 和docker版本不符合
[root@node1 agent]# docker -v
Docker version 20.10.14, build a224086
修改为:version: ‘3.2’ 以上版本就行
更多推荐


所有评论(0)