but if we do a docker inspect I can see that have the same mountpoint or I declare them and create them in two stack to try to make some isolation.
Is it normal to have the same mountpoint?
Is it possible to specify the mountpoint ?
Is it possible to create a different mountpoint by stack or by settings opt?
If none options are available, I will probably create an external volume and reference it in both stack.
Hello everyone,
Goal Is it possible than two different docker volume ssh use the same mountpoint?
Expected Because I have two docker volume, i expect than there is two different mountpoint. (Maybe that is a wrong assumption..)
Context : In two separate docker stack, I describe a volume like this :
stack1_file-feedback is created that is fine and the volume and everything is working fine.
I use the same ssh user and file and mountpoint to create a new docker volume
stack2_file-feedback is created
let's have a closer view with docker inspect.
but if we do a docker inspect I can see that have the same mountpoint or I declare them and create them in two stack to try to make some isolation.
Is it normal to have the same mountpoint? Is it possible to specify the mountpoint ? Is it possible to create a different mountpoint by stack or by settings opt?
If none options are available, I will probably create an external volume and reference it in both stack.
Kr,