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
I just read this in Luis comment on Rasmus's team:
I believe he is refering to the red box in Subject page 5 which said:
If your container solution is Docker:
When your computers in clusters run under Linux, you will use Docker
in rootless mode for security reasons. This comes with 2 sideways:
• Your Docker runtime files must be located in /goinfre or /sgoinfre.
• You can’t use so called “bind-mount volumes” between the host and the container if non-root UIDs are used in the container.
Depending on the project, your situation and the context, several
fallbacks exist: Docker in a VM, rebuild you container after your
changes, craft your own docker image with root as unique UID.
Now, I'm real worried about the part in Luis comment that "we agreed that it's fine as long as there are no bind mounts from the users computer to the actual docker containers" because we do have such bind mounts in compose.yml file. I'm still not sure wtf the subject wants really. But if our evaluator is like Luis, then we're fucked.
Can you please ask around, figure out, fix this if needed and all in all make sure we are not failing on this point? @liocle@djames9
The text was updated successfully, but these errors were encountered:
I just read this in Luis comment on Rasmus's team:

I believe he is refering to the red box in Subject page 5 which said:
Now, I'm real worried about the part in Luis comment that "we agreed that it's fine as long as there are no bind mounts from the users computer to the actual docker containers" because we do have such bind mounts in compose.yml file. I'm still not sure wtf the subject wants really. But if our evaluator is like Luis, then we're fucked.
Can you please ask around, figure out, fix this if needed and all in all make sure we are not failing on this point?
@liocle @djames9
The text was updated successfully, but these errors were encountered: