Closed EpicBirb closed 3 years ago
@Pokemon5252525252 Hello! This is not a bug in the pre-built Docker image. The error means your Docker host probably already have another Docker container running, that listens on UDP port 4500. You'll need to find which container is listening on this port (run docker ps -a
to list containers), and stop the container.
Another possibility is that you already set up the VPN on the Docker host directly. In that case, you'll need to stop the IPsec and xl2tpd services on the Docker host, before creating the Docker container for the VPN.
Unable to setup the docker container.
Steps to reproduce the behavior:
Expected to setup the container and provide me with the VPN details.
docker: Error response from daemon: driver failed programming external connectivity on endpoint birblosvpn (022022a5175168908ca1004038a3be59690dc8587bd39cea389cc433084c8b4e): Error starting userland proxy: listen udp4 0.0.0.0:4500: bind: address already in use.
OS: Raspbian GNU/Linux 10 (buster)