j-reher / bossdocker

Docker container to run BOSS in a development environment
GNU General Public License v3.0
0 stars 0 forks source link

Extend support for external CVMFS #90

Open j-reher opened 2 years ago

j-reher commented 2 years ago

As mentioned in README.md, I should consider extending support for using CVMFS externally. Building a docker image for that service should not be too hard when using bossdocker-base as a starting point.

j-reher commented 2 years ago

In a perfect world, this would provide a docker volume to be used by each user's container instead of a mounted folder. Is that possible with podman though?