Hello!, i was trying to configure the podman quadlet as show in the README, but i couldn't make it work, maybe it's my system, but i'm not sure
path of my .container .config/containers/systemd/fedora-toolbox-quadlet.container
Command used to start the container systemctl --user start fedora-toolbox-quadlet.service
i had to change Volume=/var/home/%u:/var/home/%u:rslave to Volume=/home/%u:/home/%u:rslave in the .container to match my system(i'm using "default" fedora) but the systemctl start command still wasn't working with the error Error: failed to redirect /home to /var/home: remove /home: directory not empty
Removing --home-link from the .container Exec=, fix the last error and the service start, but i can't enter it using toolbox enter because
Error: container fedora-toolbox-quadlet is too old and no longer supported
Recreate it with Toolbx version 0.0.17 or newer.
i don't see why changing the Volume= could break the quadlet, so there's a chance that the issue is with the .container file
Thanks!
Hello!, i was trying to configure the podman quadlet as show in the README, but i couldn't make it work, maybe it's my system, but i'm not sure
path of my .container
.config/containers/systemd/fedora-toolbox-quadlet.containerCommand used to start the container
systemctl --user start fedora-toolbox-quadlet.servicei had to change
Volume=/var/home/%u:/var/home/%u:rslavetoVolume=/home/%u:/home/%u:rslavein the .container to match my system(i'm using "default" fedora) but the systemctl start command still wasn't working with the errorError: failed to redirect /home to /var/home: remove /home: directory not emptyRemoving --home-link from the .container Exec=, fix the last error and the service start, but i can't enter it using
toolbox enterbecausei don't see why changing the Volume= could break the quadlet, so there's a chance that the issue is with the .container file
Thanks!