Thanks, Greg I think I will work toward upgrading to v9 (been meaning to do that anyway). Did I misunderstand the
DOCKER_EXTRA_ARGUMENTS knob? I thought that would do what you describe. Nonetheless, upgrading should get me in business. Cheers, Mike -- Michael Fienen, Ph. D. Upper Midwest Water Science Center Madison, Wisconsin 53726 From:
HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Greg Thain <gthain@xxxxxxxxxxx>
On 7/25/22 5:30 PM, Fienen, Michael N via HTCondor-users wrote:
This feature was added in HTCondor 8.9.9, so it won't be in a stable version before that. Given that, maybe the best way to get this option added is to redefine the HTCondor knob "DOCKER" to point to a script you write, which inserts --network=host to the
arguments, if we are running docker run ... This is a bit of work, but if you can't upgrade, I don't think there's a better way. -greg |