mirror of
https://github.com/containers/podman.git
synced 2025-11-29 09:37:38 +08:00
Merge pull request #27579 from Luap99/vendor
vendor: update common, image, storage to main
This commit is contained in:
@@ -801,7 +801,7 @@ func UpdateContainer(w http.ResponseWriter, r *http.Request) {
|
||||
if resources.Pids == nil {
|
||||
resources.Pids = new(spec.LinuxPids)
|
||||
}
|
||||
resources.Pids.Limit = *options.PidsLimit
|
||||
resources.Pids.Limit = options.PidsLimit
|
||||
}
|
||||
|
||||
// Blkio Weight
|
||||
|
||||
Reference in New Issue
Block a user