Unable to start container #2202
-
Is there a pinned issue for this?
Is there an existing or similar issue/discussion for this?
Is there any comment in the documentation for this?
Is this related to a provider?
Are you using the latest release?
Have you tried using the dev branch latest?
Docker run config useddocker run --cap-add=NET_ADMIN -d -v /nvme/torrent/config/openvpn/AirVPN_United-States_UDP-443.ovpn:/etc/openvpn/custom/default.ovpn -v /nvme/torrent/data:/data -e OPENVPN_PROVIDER=CUSTOM -e LOCAL_NETWORK=192.168.1.0/24 -e DEBUG=true -p 9091:9091 haugene/transmission-openvpn Current BehaviorWhen I start the container, it tries to start for 20 ish seconds and then dies. Expected BehaviorTo start properly How have you tried to solve the problem?Added --dns Log outputStarting container with revision: d1ece1c
HW/SW Environment- OS: Arch Linux
- Docker:20.10.12 Anything else?I am using AirVPN with a valid configuration file |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is not an issue but a config question..Please don't open issues for support requests.. that is what the Q&A is for. |
Beta Was this translation helpful? Give feedback.
This is not an issue but a config question..Please don't open issues for support requests.. that is what the Q&A is for.
Please look at your log, your container cannot resolve the DNS query.
Check your docker setup, try setting specific DNS, check the documentation for troubleshooting