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 Oct 19, 2022. It is now read-only.
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,
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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,
The text was updated successfully, but these errors were encountered: