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
Right now, it seems like our provided devices (mounts) are added before mounts defined in config.json.
This makes it so any tmpfs mounts inside config.json overwrites the mount provided by the user (if any).
Some images seem to set up a tmpfs mounts for certain volumes in case the user doesn't bind it to anything?
Maybe the tmpfs mounts provided by the oci image could be set up before the devices?
The text was updated successfully, but these errors were encountered:
I did, however, notice that the mount destination inside config.json is /var/ts3server/, and I used path /var/ts3server. Note the ending /. Once I amended my device add to also include the ending /, it started working.
Maybe the paths should be normalized before they are used.
Right now, it seems like our provided devices (mounts) are added before mounts defined in
config.json
.This makes it so any tmpfs mounts inside
config.json
overwrites the mount provided by the user (if any).Some images seem to set up a tmpfs mounts for certain volumes in case the user doesn't bind it to anything?
Maybe the tmpfs mounts provided by the oci image could be set up before the devices?
The text was updated successfully, but these errors were encountered: