June 7, 20233 yr Anyone able to help me figure out what path is not mapped properly? Diagnostic file attached. Thank you in advance for your assistance tower-diagnostics-20230607-0817.zip
June 7, 20233 yr Community Expert 20 minutes ago, xdriver said: what path is not mapped properly? Mapping does not causes this. It is a docker application writing to a path that isn't mapped. You need to look at each of your container applications and make sure that any path they are writing to is a container path that is mapped to a host path. Linux is case-sensitive so check that. Also, any relative path (not beginning with /) that isn't a subfolder of a container path is a path inside docker.img You only have 15G allocated for docker.img, so if you have a lot of containers you might just need to increase it a bit.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.