When I install docker and try to run it, sudo systemctl start docker
, it says it can't run as the title says.(Not WSL)
So when I run it with the sudo service docker start
command, it turns off again after a second
Furthermore, sudo dockerd
says that the modules bridge, br_netfilter, and ip_tables are installed but missing.
iptables --wait -L -n
command also gives an error...
The Docker daemon failed to initialize the network controller, which seems to be related to the missing modules and iptables configuration issues mentioned earlier
my linux release is
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
distrib_release=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.6 LTS"
cat /proc/1/cmdline
orxargs -0a /proc/1/cmdline
would be helpful/bin/bash
init=/bin/bash
from the grub recovery menu?/sbin/init
actually a symlink to/bin/bash
, or is the normal init being overridden via grub?