$ sudo dockerd
Running iptables --wait -t nat -L -n failed with message: `iptables v1.8.7 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.`, error: exit status 3
failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: iptables failed: iptables --wait -t nat -N DOCKER: iptables v1.8.7 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Куда копать подскажите
https://stackoverflow.com/questions/21983554/iptables-v1-4-14-cant-initialize-iptables-table-nat-table-does-not-exist-d
случайно не на WSL работает Debian>
ещё альтернативы посмотри (update-alternatives)
Значит альтернативы смотри
https://forums.docker.com/t/failing-to-start-dockerd-failed-to-create-nat-chain-docker/78269 В принципе там уже описанное ранее решение sudo update-alternatives --set iptables /usr/sbin/iptables-legacy sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
что за альтернативы я просто несвудущ в этой теме?
https://wiki.debian.org/iptables
Обсуждают сегодня