xtables lock when starting containers on AS6706T

Docker containers wrap a piece of software in a complete filesystem that contains everything needed to run: code, runtime, system tools, system libraries – anything that can be installed on a server. This guarantees that the software will always run the same, regardless of its environment.

Moderator: Lillian.W@AST

Post Reply
factoreeee
Posts: 1
youtube meble na wymiar Warszawa
Joined: Thu Dec 01, 2022 2:32 am

xtables lock when starting containers on AS6706T

Post by factoreeee »

When trying to run my containers, be it via docker-compose.yml or portainer, i get an error like this:

Code: Select all

Error response from daemon: driver failed programming external connectivity on endpoint sonarr (94718b48b6e8bcf2180d5283173f285017c4f46ba51cc4ad0102889c3ff864b0):  (iptables failed: iptables -t nat -A DOCKER -p tcp -d 0/0 --dport 8987 -j DNAT --to-destination 172.18.0.10:8989 ! -i br-91c005a1c741: Another app is currently holding the xtables lock. Perhaps you want to use the -w option?
 (exit status 4))
Which container will throw up the error seems random, but out of my 15 or so total containers they never all just launch correctly. Anyone know what might be the reason why?
Post Reply

Return to “Docker”