Replies: 2 comments 2 replies
-
Why do they need the "Same" container across reboots? Are they writing data to the container image instead of volumes? |
Beta Was this translation helpful? Give feedback.
1 reply
-
We do not really support that with quadlet today and the persistence part has been discussed before: #19620 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am needing to support a deployment of a third-party containerised application, and they require us to keep the same container across reboots. If we were to try mounting the data inside volumes, we are not eligible for their support. I know 🤦 ...
I can see the Quadlet is generated and includes the
--rm
flag, which is causing the container's filesystem to be wiped out on reboots.How can we remove this
--rm
flag?Beta Was this translation helpful? Give feedback.
All reactions