Start Nomad without Internet

Is there a way to start nomad without internet? The goal is to setup nomad completely with all images we need and then cut off the internet. After a reboot of the OS nomad should start and run all jobs. For now it looks like nomad tries to pull some google stuff and envoy. Anyway to disable this?

Hi @unrated, if your job is using Connect, it depends on a “pause” container (for Docker networking) and the envoy container, for service mesh. You can pre-download images for both of these and specify them for your jobs to use in an air-gapped environment.

The pause container can be specified via infra_image in the Docker task driver configuration:

And the envoy image can be specified at a meta attribute or by setting connect.sidecar_task.