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

Re: [HTCondor-users] Failed DISCARD_SESSION_KEYRING_ON_STARTUP error when running under docker 1.10



On 12/13/2016 03:33 PM, Edward Labao wrote:
Hi there!

I've been working on getting HTCondor (8.4.9) components running inside docker containers.

Try setting in your condor config file:

DISCARD_SESSION_KEYRING_ON_STARTUP = false

Otherwise, you'd need to give the containers the CAP_SYS_ADMIN capability, which you probably don't want to do...


-greg