Is this a docs issue?
Type of issue
Information is incorrect
Description
In the example shown under "Default network options", the key for setting MTU is wrong.
At least, according to https://docs.docker.com/network/drivers/bridge/#options
Location
https://docs.docker.com/reference/cli/dockerd/
Suggestion
"com.docker.network.bridge.mtu": "1234"
should be changed to:
"com.docker.network.driver.mtu": "1234"
Is this a docs issue?
Type of issue
Information is incorrect
Description
In the example shown under "Default network options", the key for setting MTU is wrong.
At least, according to https://docs.docker.com/network/drivers/bridge/#options
Location
https://docs.docker.com/reference/cli/dockerd/
Suggestion
"com.docker.network.bridge.mtu": "1234"should be changed to:
"com.docker.network.driver.mtu": "1234"