[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] ååïååï condor problem



On 07/25/2017 03:25 PM, Todd L Miller wrote:
Hi,Do you know Docker.When I use docker in condor,How can I run docker with -e or -v or -p params.If I want to mout my local dir to the docker container in condor,How can I attach -v param to docker when run?

The -e flag sets an environment variable inside the container. This is supported with the

Environment = Variable=Value

syntax in the condor_submit file.

-greg