Skip to content

Commit

Permalink
Merge pull request #21227 from xduugu/quadlet-doc-quotes
Browse files Browse the repository at this point in the history
[CI:DOCS] quadlet: fix quoting of example option values in container unit file …
  • Loading branch information
openshift-merge-bot[bot] authored Jan 11, 2024
2 parents 28b5a6e + 3714ae3 commit f1ea4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/markdown/podman-systemd.unit.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ Valid options for `[Container]` are listed below:
| GIDMap=0:10000:10 | --gidmap=0:10000:10 |
| Group=1234 | --user UID:1234 |
| GlobalArgs=--log-level=debug | --log-level=debug |
| HealthCmd="/usr/bin/command" | --health-cmd="/usr/bin/command" |
| HealthCmd=/usr/bin/command | --health-cmd=/usr/bin/command |
| HealthInterval=2m | --health-interval=2m |
| HealthOnFailure=kill | --health-on-failure=kill |
| HealthRetries=5 | --health-retries=5 |
| HealthStartPeriod=1m | --health-start-period=period=1m |
| HealthStartupCmd="command" | --health-startup-cmd="command" |
| HealthStartupCmd=command | --health-startup-cmd=command |
| HealthStartupInterval=1m | --health-startup-interval=1m |
| HealthStartupRetries=8 | --health-startup-retries=8 |
| HealthStartupSuccess=2 | --health-startup-success=2 |
Expand Down

0 comments on commit f1ea4fb

Please sign in to comment.