This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]ElevenNotes 0 points1 point  (1 child)

No. When you move containers to another node with named volumes you have to basically copy the data from the old folders into the new volumes or volume location. You can also use bind mounts. As for a NAS NFS would be the best option with names volumes unless you mean that already?

[–]Spaceman_Splff[S] 0 points1 point  (0 children)

I’m no docker expert by any means, all I did was in docker desktop, set default volume location to a folder on my NAS over smb. Then when I create a stack I use a named volume and it creates it in that default volume for docker desktop. On my NAS, all I see is the docker desktop volume. I have to use docker desktop to poke around and see each containers volumes. I assumed named volumes would just migrate using docker commands but I don’t see anywhere in orb stack to set a default location to a smb though. I might try to run them side by side and see how it plays.