mirror of
https://github.com/containers/podman.git
synced 2026-03-12 03:39:03 -04:00
`podman container restore --file-locks` does not restore file locks because this option is not passed to OCI runtime. This patch fixes this issue. Signed-off-by: Hironori Shiina <shiina.hironori@jp.fujitsu.com>