Open henrymazza opened 3 years ago
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.
(also, I haven't been spending much time on this lately -- https://mutagen.io/ has been a much nicer solution that isn't so touchy)
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?