rvosa / arangs2016

Automated and Reproducible Analysis of Next Generation Sequencing data (ARANGS16)
http://gtpb.igc.gulbenkian.pt/bicourses/ARANGS16
MIT License
1 stars 11 forks source link

How do I share a volume between containers using docker-compose #11

Open hettling opened 8 years ago

hettling commented 8 years ago

Still doesn't make sense.

dmlond commented 8 years ago

you can create a volume container with something like:

foovolume: image: alpine:latest volumes:

then you can attach /foo to any other container with

app: ... volumes_from:

dmlond commented 8 years ago

what you have in conf/docker/docker-compose-data.yml should work. does it not?

hettling commented 8 years ago

I started messing around with it... I'll revert to your version.