Podman Unshare not working

I have set up a podman container for Windows perfectly, but the podman unshare comand never works:

$ podman unshare
Failed to connect to system scope bus via local transport: Operation not permitted (consider using --machine=<user>@.host --user to connect to bus of other user)
Failed to connect to system scope bus via local transport: Operation not permitted (consider using --machine=<user>@.host --user to connect to bus of other user)
error: Loading sysroot: exit status: 1

$ podman unshare --rootless-netns
error: This system was not booted via libostree.
Currently, most rpm-ostree commands only work on ostree-based host systems.

Furthermore, thse commands reset my terminal, but the new session opens as root@bazzite.

Any and all help is appreciated! Thank you!
Was this page helpful?