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

[HTCondor-users] condor_rm and docker universe



HI All,
While testing condor 9 I noticed that condor_rm of docker universe takes a lot of time to remove the job.
The starter is using "docker kill --signal 15 <container_name>" which apparently will not stop the container, prior to 8.9 the command was just "docker kill <container_name>".

Is there any configuration to change the kill signal?

Tested on docker ce 19 and 20.
Thanks
David