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
{{ message }}
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.
I assumed it could, but it only syncs to the first service specified in the volumes_from list. Plus: my containers won't share the same mount: with docker inspect shows that each one has a distinct mount point. Is it an intrinsic limitation or am I missing something in the configs?
I've never used it in this particular configuration, so I'm not sure if this will work or not. Generally speaking, it just syncs from one dir to another, so if there's some way of having a docker container with a volume at /foo, and have 1+ other containers all mount the volume from the first container, then there should be some way of getting this container to do what you want to do.
I assumed it could, but it only syncs to the first service specified in the
volumes_from
list. Plus: my containers won't share the same mount: withdocker inspect
shows that each one has a distinct mount point. Is it an intrinsic limitation or am I missing something in the configs?The text was updated successfully, but these errors were encountered: