mirror of
https://github.com/containers/podman.git
synced 2025-06-21 17:38:12 +08:00
Merge pull request #20764 from martafolf/main
[CI:DOCS] Correct Ulimit syntax in systemd unit docs.
This commit is contained in:
@ -209,7 +209,7 @@ Valid options for `[Container]` are listed below:
|
||||
| Timezone=local | --tz local |
|
||||
| Tmpfs=/work | --tmpfs /work |
|
||||
| UIDMap=0:10000:10 | --uidmap=0:10000:10 |
|
||||
| Ulimit=nofile:1000:10000 | --ulimit nofile:1000:10000 |
|
||||
| Ulimit=nofile=1000:10000 | --ulimit nofile=1000:10000 |
|
||||
| User=bin | --user bin |
|
||||
| UserNS=keep-id:uid=200,gid=210 | --userns keep-id:uid=200,gid=210 |
|
||||
| Volume=/source:/dest | --volume /source:/dest |
|
||||
|
Reference in New Issue
Block a user