Version: 2.2Docker MTUCheck VM Network MTU#run Command: ip a Override the mtu of docker#run Command: sudo vi /etc/docker/daemon.json { "mtu": 1442}CopyRestart the docker services#run Command: sudo systemctl restart dockerCheck the docker mtu#run Command: sudo docker network inspect bridge