Nomad network bridge

Hi @x602,

You can configure Nomad to use an alternate image by configuring the infra_image under the Docker plugin options in Nomad’s agent configuration.

plugin "docker" {
  config {
    infra_image: "<local mirror>/google_containers/pause-amd64:3.1"
  }
}

1 Like