windows10系统中安装centos,在centos中安装docker.
所有的安装成功正常。检测都没有问题。
但是在本地(宿主机中)用Xshell启动laradock失败。
docker-compose up -d nginx mysql phpmyadmin redis workspace
提示如下:
错误代码:
Creating network "laradock_frontend" with driver "bridge"
ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-8ffa1f3379e3 -j RETURN: iptables: No chain/target/match by that name.
(exit status 1))
望各位高手相救,谢谢。