Skip to content

Commit

Permalink
make /etc/tnsnames.ora available under docker
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Feb 15, 2018
1 parent 1ee2622 commit 0ffd9da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker_launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if [ "X$DOCKER_IMG" != X -a "X$RUN_NATIVE" = "X" ]; then
-v /cvmfs/grid.cern.ch/etc/grid-security/vomses:/etc/vomses \
-v /cvmfs/grid.cern.ch/etc/grid-security:/etc/grid-security \
-v /tmp:/tmp \
-v /etc/tnsnames.ora:/etc/tnsnames.ora \
-e WORKSPACE=$WORKSPACE \
-e USER=$USER \
-e BUILD_NUMBER=$BUILD_NUMBER \
Expand Down

0 comments on commit 0ffd9da

Please sign in to comment.