Open sbinet opened 9 years ago
does this work perhaps? seems like at least for NFS shares specifying the VOLUME with the ':shared' postfix works
https://github.com/docker/docker/issues/4213
can't test right now since hepsw/cvmfs-atlas:latest is hangint while trying to mount :-/
currently, 2
cvmfs-atlas
containers won't share their cache even if they run the same exact commandatlas read-gen-event.py
.one way to fix this is to put a squid container in front of the
cvmfs-xyz
containers.another way is to
VOLUME
-mountCVMFS_CACHE_BASE=/var/scratch/cvmfs
in allcvmfs-xyz
images and provide a data-only container exporting thatVOLUME
.AFAICT, all the possible solutions will require a 2-container (or pod-like) setup.