Merge pull request #19279 from iczero/fix-doc-markdown

[CI:DOCS] Fix markdown in docs for podman-network-create
This commit is contained in:
OpenShift Merge Robot
2023-07-19 10:34:04 +02:00
committed by GitHub

View File

@ -129,7 +129,7 @@ Additionally the `macvlan` driver supports the `bclim` option:
#### **--route**=*route* #### **--route**=*route*
A static route in the format <destination in CIDR notation>,<gateway>,<route metric (optional)>. This route will be added to every container in this network. Only available with the netavark backend. It can be specified multiple times if more than one static route is desired. A static route in the format `<destination in CIDR notation>,<gateway>,<route metric (optional)>`. This route will be added to every container in this network. Only available with the netavark backend. It can be specified multiple times if more than one static route is desired.
#### **--subnet**=*subnet* #### **--subnet**=*subnet*