diff --git a/src/pages/fixing-docker-mtu-for-private-networks-and-vpns.md b/src/pages/fixing-docker-mtu-for-private-networks-and-vpns.md index 8907c1d..0a03760 100644 --- a/src/pages/fixing-docker-mtu-for-private-networks-and-vpns.md +++ b/src/pages/fixing-docker-mtu-for-private-networks-and-vpns.md @@ -2,7 +2,7 @@ template: post title: "Fixing Docker MTU for private networks and VPNs" date_published: 1643030652000 -cover: https://images.unsplash.com/photo-1613690399151-65ea69478674?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDV8fGNvbnRhaW5lcnxlbnwwfHx8fDE2NDMwNzcxOTA&ixlib=rb-1.2.1&q=80&w=2000 +cover: /cover/docker-mtu.jpeg --- Recently while settings up a Docker swarm cluster I noticed something strange happening, a lot of the requests being processed by the swarm service were failing even though the cluster was live and the nodes were able to communicate to each other. After a few hours of debugging, scratching heads, googling etc I finally found [this](https://github.com/moby/moby/issues/36689?ref=techulus.xyz) and that was indeed the problem. diff --git a/src/public/cover/docker-mtu.jpeg b/src/public/cover/docker-mtu.jpeg new file mode 100644 index 0000000..8274ab7 Binary files /dev/null and b/src/public/cover/docker-mtu.jpeg differ