Merge pull request #21568 from joelpurra/patch-1

[CI:DOCS] Fix Quadlet Options=key=value documentation/example
This commit is contained in:
openshift-merge-bot[bot] 2024-02-08 19:51:52 +00:00 committed by GitHub
commit 9011327e84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1070,7 +1070,7 @@ Valid options for `[Network]` are listed below:
| IPv6=true | --ipv6 |
| Label="XYZ" | --label "XYZ" |
| NetworkName=foo | podman network create foo |
| Options=isolate | --opt isolate |
| Options=isolate=true | --opt isolate=true |
| PodmanArgs=--dns=192.168.55.1 | --dns=192.168.55.1 |
| Subnet=192.5.0.0/16 | --subnet 192.5.0.0/16 |