Skip to content

Commit

Permalink
mount /etc/passwd into docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengping Hu committed Aug 21, 2024
1 parent 716e60f commit 22ad4a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions condor/01-role.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ use ROLE : Execute
EXECUTE=/scratch
DOCKER=/usr/local/libexec/condor-docker
STARTER_JOB_ENVIRONMENT= SITE_NAME=MWT2
DOCKER_VOLUMES = DATA
DOCKER_VOLUMES = DATA,PW
DOCKER_VOLUME_DIR_DATA = /data
DOCKER_MOUNT_VOLUMES = DATA
DOCKER_VOLUME_DIR_PW = /etc/passwd
DOCKER_MOUNT_VOLUMES = DATA, PW
DOCKER_LOG_DRIVER_NONE = false

0 comments on commit 22ad4a0

Please sign in to comment.