Skip to content

Commit

Permalink
Merge pull request #21568 from joelpurra/patch-1
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix Quadlet Options=key=value documentation/example
  • Loading branch information
openshift-merge-bot[bot] authored Feb 8, 2024
2 parents b7d15a2 + 1026566 commit 9011327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-systemd.unit.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit 9011327

Please sign in to comment.