Skip to content

Typo in default network options example #19491

Description

@sigurdkb

Is this a docs issue?

  • 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"

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions