Skip to content
Snippets Groups Projects
Commit 7be57d87 authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Fix mount command to trigger automount of CVMFS

parent b6581452
No related branches found
No related tags found
1 merge request!18Fix mount command to trigger automount of CVMFS
......@@ -20,7 +20,7 @@ START = $(START) && TARGET.WantDocker =?= TRUE
#Docker mounts
DOCKER_VOLUMES = $(DOCKER_VOLUMES), CVMFS_DIR
# , XROOTD_DIR
DOCKER_VOLUME_DIR_CVMFS_DIR = /cvmfs
DOCKER_VOLUME_DIR_CVMFS_DIR = /cvmfs:/cvmfs:shared
# DOCKER_VOLUME_DIR_XROOTD_DIR = /etc/xrootd/client.plugins.d/client-plugin-proxy.conf.bak:/etc/xrootd/client.plugins.d/client-plugin-proxy.conf.bak
DOCKER_MOUNT_VOLUMES = $(DOCKER_MOUNT_VOLUMES), CVMFS_DIR
# , XROOTD_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment