docs: add podman ulimit option (#13180)

This commit is contained in:
pabloyoyoista
2022-05-31 17:16:46 +02:00
committed by GitHub
parent e922890dc7
commit 8fca5589f0

View File

@@ -364,6 +364,18 @@ The `podman` driver implements the following [capabilities](/docs/internals/plug
}
```
- `ulimit` - (Optional) A key-value map of ulimit configurations to set to the
containers to start.
```hcl
config {
ulimit {
nproc = "4242"
nofile = "2048:4096"
}
}
```
## Network Configuration
Nomad [lifecycle hooks][nomad_lifecycle_hooks] combined with the drivers