mirror of
https://github.com/containers/podman.git
synced 2025-06-19 00:06:43 +08:00
Merge pull request #21061 from benoitf/DESKTOP-5282
feat: disable pid max in the podman machine
This commit is contained in:
@ -318,6 +318,7 @@ func getFiles(usrName string, uid int, rootful bool, vmtype define.VMType) []Fil
|
||||
|
||||
containers := `[containers]
|
||||
netns="bridge"
|
||||
pids_limit=0
|
||||
`
|
||||
// Set deprecated machine_enabled until podman package on fcos is
|
||||
// current enough to no longer require it
|
||||
|
Reference in New Issue
Block a user