How can I access a .volume before Quadlet .container is up #21756
-
I have created my first I would now like to populate that volume with data before starting the How can I get hold of the Podman volume that is underlying |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I've been able to solve this myself: past |
Beta Was this translation helpful? Give feedback.
I've been able to solve this myself: past
systemctl daemon-reload
,my-volume.volume
corresponds to a generatedmy-volume-volume.service
andsystemctl start my-volume-volume.service
works. Its start brings a Podman volumesystemd-my-volume
into existence, which can then be populated in a normal way.