docs
docs copied to clipboard
Typo in default network options example
Is this a docs issue?
- [X] My issue is about the documentation content or website
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"