Skip to content
Snippets Groups Projects
Commit 438ea710 authored by Maximilian Horzela's avatar Maximilian Horzela
Browse files

Corrected docker volumes

parent 2903ba27
Branches
No related tags found
No related merge requests found
......@@ -18,11 +18,11 @@ DOCKER = /usr/bin/docker
START = $(START) && TARGET.WantDocker =?= TRUE
#Docker mounts
DOCKER_VOLUMES = CVMFS_DIR
DOCKER_VOLUMES = $(DOCKER_VOLUMES), CVMFS_DIR
# , XROOTD_DIR
DOCKER_VOLUME_DIR_CVMFS_DIR = /cvmfs
# 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 = CVMFS_DIR
DOCKER_MOUNT_VOLUMES = $(DOCKER_MOUNT_VOLUMES), CVMFS_DIR
# , XROOTD_DIR
# Factor to allow longer runtime on slower machines
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment