Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

0x602 Network Error Ark is broke #59

Discussion options

You must be logged in to vote

I found the problem, and it's todo with how docker manages the disk.
The volume that stores my docker daemon is only 30GB big and i usually use a external cifs volume mount for my containers. For some reason docker has trouble working with permissions on cifs mounts and so even though looking at the permissions on the client, it's a different story for the server. Essentially the container was being told it has the right permissions but the way docker handled the cifs mount meant it didn't really have the permissions the container needed.
This was proven when i decided to instead run the container on my windows docker daemon as it is built differently to the normal docker daemon to work w…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Redstoneguy129
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Redstoneguy129
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
3 participants
Converted from issue

This discussion was converted from issue #58 on April 21, 2022 20:15.