Can't connect to TFTP docker container

Solution 1:

I stumbled on this question when debugging a similar problem. The solution for me was to add the --network=host option to the docker run command.