Connecting a Docker container to a network interface / device instead of an IP address Connecting a Docker container to a network interface / device instead of an IP address docker docker

Connecting a Docker container to a network interface / device instead of an IP address


By default docker run command publishes ports for tcp.Try to specify use of udp:

docker run -p Host-Port:Container-Port/udb ...