跳至主要内容

ufw对docker设置的端口映射不生效

 

编辑docker配置文件/etc/default/docker

添加如下内容

DOCKER_OPTS = "--iptables=false"

重启docker服务

systemctl restart docker

评论