Comment on Strange cAdvisor Issue

cass80@programming.dev ⁨3⁩ ⁨days⁩ ago

You have two things happening at once.

First. There a process that cleans up tmp files according to a configuration. Yours is probably set to clean files older than a day.

www.freedesktop.org/software/…/tmpfiles.d.html for more information

Second, As to the folder. Docker will create a folder with the bind mount’s name if it’s not found. So Docker tries to find your promethius file, doesn’t find it, then creates a folder with that name and mounts it instead.

You should move the files out of tmp. That’ll solve all your problems.

source
Sort:hotnewtop