You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A very big problem may occur if you play with multiple machines locally.
By default (in version 0.7.0 and bellow) the podman quadlet extension uses the following directories to write quadlets.
Technically not true , the duplicate issue was caused by #221
Still, would be nice to allow the user to configure which directory he wants to use.
Description
A very big problem may occur if you play with multiple machines locally.
By default (in version 0.7.0 and bellow) the podman quadlet extension uses the following directories to write quadlets.
extension-podman-quadlet/packages/backend/src/services/quadlet-service.ts
Lines 342 to 346 in 95be2a3
But this directory is problematic. It is shared between machines! (At least on WSL)
Reproduce
Generate
quadletsSolution proposal
Change the directory to something else.
Supported path are the following
/etc/containers/systemd/users/
The text was updated successfully, but these errors were encountered: