Jump to content

When i create a docker container in "bridged" mode it fails to load the docker


Recommended Posts

As the title says, if I try to create a docker container in bridged mode, I get an error.  Like OpenVPN, it creates the following error in Unraid when creating the docker.

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='openvpn-as' --net='bridge' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'PGID'='100' -e 'PUID'='99' -p '943:943/tcp' -p '9443:9443/tcp' -p '1194:1194/udp' -v '/mnt/user/appdata/openvpn-as':'/config':'rw' --cap-add=NET_ADMIN 'linuxserver/openvpn-as' 

2db644cbe114cf98f572146527017eaf2b36c5c07b8e2067397a40fec014b4f0
/usr/bin/docker: Error response from daemon: driver failed programming external connectivity on endpoint openvpn-as (796acda4fb1e3107e89ff13f829123f4c4b4628eea5a94ce14f9bd96102e9789): (iptables failed: iptables --wait -t filter -A DOCKER ! -i docker0 -o docker0 -p tcp -d 172.17.0.4 --dport 9443 -j ACCEPT: iptables: No chain/target/match by that name.
(exit status 1)).

The command failed.

 

https://imgur.com/NaMcd85 and https://imgur.com/IZGFpXY This is the docker creation page for OpenVPN I am talking about.

Here are my network settings.

https://imgur.com/mspL162 https://imgur.com/ftysL1E https://imgur.com/2AloCA9

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...