Nomad job - Creating a new nat network during job excecution

Hi
I’m running several jobs on the same client, is it possible to create + remove a dedicated nat network during the job execution?
docker command for example (docker network create --driver nat user-network1)

Thanks

Hi @StasMashkovich2020 :wave:

I don’t think this would be possible since the Nomad agent fingerprints the client network only when it starts.

What’s your use case for this? Maybe CNI could help you.