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 have noticed that when I query information about a container via the docker API so something like this 'GET /containers/{id}/json' then I get back an object which contains among other things an array called "Mounts". In this array each volume is contained as a separate object, for example:
Unfortunately, the "Source":"" (source path) is not transferred here. With the default driver "local" it is. Unfortunately I need this value for one of my queries. Maybe there is a quick solution for this problem.