Can not get docker to run

Which system do you use? Android, Ubuntu, OOWOW or others?

VIM3L Board
ubuntu-24.04-gnome
linux-5.15
fenix-1.6.9-240618

Please describe your issue below:

Hi,
I am trying to get docker to run on ubuntu 24.04. I have installed it via the official documentation for ubuntu (Ubuntu | Docker Docs), but unfortunately the docker engine does not start.

After just installing I got the error:

unable to detect if iptables supports xlock: 'iptables --wait -L -n': `iptables: Failed to initialize nft: Protocol not supported`  error="exit status 1"

Then I added the legacy iptables with

sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy

I also had to add the necessary modules:

sudo modprobe iptable-nat
sudo modprobe iptable-filter
sudo modprobe ip6table-nat
sudo modprobe ip6table-filter

But unfortunately I still did not manage to get it to work.
The current output when running docker dockerd is:

WARN[2024-09-25T18:17:26.579731393Z] Could not load necessary modules for IPSEC rules: protocol not supported
ERRO[2024-09-25T18:17:26.594958279Z] Failed to create bridge docker0 via netlink   error="operation not supported"
INFO[2024-09-25T18:17:26.597868130Z] stopping event stream following graceful shutdown  error="<nil>" module=libcontainerd namespace=moby
failed to start daemon: Error initializing network controller: error creating default "bridge" network: operation not supported

Hi @CaptainWhale try following the steps from this previous topic:

It applies for docker as well, cheers

1 Like

Hello @CaptainWhale

Next release has fixed this issue, we will release it soon.