Check VM Network MTU#
run Command: ip a
Override the mtu of docker#
run Command: sudo vi /etc/docker/daemon.json
Restart the docker services#
run Command: sudo systemctl restart docker
Check the docker mtu#
run Command: sudo docker network inspect bridge