Fix Ulimit syntax.

Signed-off-by: Marta <me@marta.nz>
This commit is contained in:
Marta 2023-11-23 20:10:32 +00:00
parent bff0c40b95
commit e824657738
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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 |