Make Podman use pivot_root by default

This commit is contained in:
Chen Chengjun 2026-02-11 06:15:20 +00:00
parent 9daf4885e3
commit ee7635a4e8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
engine = {
cgroup_manager = "cgroupfs";
events_logger = "none";
no_pivot_root = true;
no_pivot_root = false;
runtime = "runc";
};
};