SvenDowideit / dockerfiles

dockerfiles that I use
http://fosiki.com
MIT License
212 stars 60 forks source link

Mount multiple containers at once? #16

Open asmaloney opened 9 years ago

asmaloney commented 9 years ago

If I have data in two or three containers that I might want to mount so I can compare or copy between them, how can I mount them all at once?

I thought using ...docker.sock svendowideit/samba "data1 data2 data3" would work, but it doesn't. Am I missing something obvious?

Thanks!