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'm stuck on the mountpoint opt in my docker swarm - I'd like to mount /mnt/app/volumes/data but as docker inspect shows the source dir sticks to the stacks yml file directory...
Expected: mount /mnt/app/volumes/data to /data
Happening: mounted /mnt/app to /data
Docker version 17.10.0-ce (f4ffd25) on Debian Stretch
I'm not sure how this could happen. Did you figure anything out about it?
Possibilities on the top of my head: other volumes trying to use the same space that causes an issue? Are any symlinks involved? I think it should work with symlinks, but I haven't really tested. Just throwing out ideas here.
I'm stuck on the
mountpoint
opt in my docker swarm - I'd like to mount/mnt/app/volumes/data
but asdocker inspect
shows the source dir sticks to the stacks yml file directory.../mnt/app/volumes/data
to/data
/mnt/app
to/data
cat /mnt/app/compose-stack.yml
docker stack deploy -c /mnt/app/compose-stack.yml app
docker inspect ID
The text was updated successfully, but these errors were encountered: