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

Re: [HTCondor-users] Docker networking




On 7/25/22 5:30 PM, Fienen, Michael N via HTCondor-users wrote:

Is it possible to enable host-based networking in HTCondor <9.0?

Â

I tried adding DOCKER_EXTRA_ARGUMENTS = "--network=host" to my config files but that didnât work.

Â

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