Comment on Does it ever make sense/is it possible to move certain docker volumes to another physical volume, but not all?

e0qdk@reddthat.com ⁨2⁩ ⁨weeks⁩ ago

You can run docker containers with multiple volumes. e.g. pass something like -v src1:dst1 -v src2:dst2 as arguments to docker run.

So – if I understood your question correctly – yes, you can do that.

source
Sort:hotnewtop