docs icon indicating copy to clipboard operation
docs copied to clipboard

Typo in default network options example

Open sigurdkb opened this issue 1 year ago • 0 comments

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"

sigurdkb avatar Feb 23 '24 10:02 sigurdkb