Anyone else having issues with docker in JP6.1(rev1) - specifically network bridge adaptor

I am hitting a really hard to fix issue trying to run Jetson-containers on a Jetson Orin Nano dev kit.

This is a fresh install of JP6.1(rev1) and I am finding that my docker daemon won’t start due to network issues and there is no docker0 ethernet adaptor.

EBU[2024-12-19T12:44:58.617458063+10:00] daemon configured with a 15 seconds minimum shutdown timeout 
DEBU[2024-12-19T12:44:58.617503149+10:00] start clean shutdown of all containers with a 15 seconds timeout... 
DEBU[2024-12-19T12:44:58.619765945+10:00] Cleaning up old mountid : start.             
INFO[2024-12-19T12:44:58.620166628+10:00] stopping event stream following graceful shutdown  error="<nil>" module=libcontainerd namespace=moby
DEBU[2024-12-19T12:44:58.620655019+10:00] Cleaning up old mountid : done.              
failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: unable to add return rule in DOCKER-ISOLATION-STAGE-1 chain:  (iptables failed: iptables --wait -A DOCKER-ISOLATION-STAGE-1 -j RETURN: iptables v1.8.7 (nf_tables):  RULE_APPEND failed (No such file or directory): rule in chain DOCKER-ISOLATION-STAGE-1
 (exit status 4))

Hi,

Could you help to check if this issue comes from docker itself or jetson-containers?

Please try the simple hello-world container to see if it works.

$ sudo docker run hello-world

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.