The default LXC container folder in CentOS (all versions – 7,8, Stream 8 and Stream 9) is /var/lib/lxc, which may resides in the root partition….
Tag: semanage
lxc_attach_run_shell: 1333 Permission denied – failed to exec shell
An annoying error when using the LXC container tools like lxc-attach, which is really simple to fix. This error just reports the bash shell in…
Change the location of container storage in podman (with SELinux enabled)
There two main options to change the location of all the containers’ storages: “mount bind” the new location to the default storage directory (look Note…