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
commit e5faed79c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ Additionally the `macvlan` driver supports the `bclim` option:
#### **--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*