因为个人想验证一下thingsboard的数据是否是保存在postgres中,就将postgres容器停止,后想重启则无法重启
我干脆将整个系统删除后重新再来一次,在试的时候发现无法重新创建容器
Creating network "docker_default" with the default driver ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-d0136fb5e044 -j RETURN: iptables: No chain/target/match by that name. (exit status 1))
解决方案:https://github.com/wodby/docker4drupal/issues/211#issuecomment-451085587
将docker重新启动即可
systemctl restart docker