Skip to content

Commit d165379

Browse files
committed
Disable podman DNS
1 parent cf81b83 commit d165379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/internal/container/runtime_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ func Deploy(config *DeployConfig) (*DeployResult, error) {
121121
}
122122
}
123123

124-
125124
if config.HealthCheck != nil && config.HealthCheck.Cmd != "" {
126125
args = append(args, "--health-cmd", config.HealthCheck.Cmd)
127126
args = append(args, "--health-interval", fmt.Sprintf("%ds", config.HealthCheck.Interval))
@@ -512,6 +511,7 @@ func EnsureNetwork(subnetId int) error {
512511
"--driver", "bridge",
513512
"--subnet", subnet,
514513
"--gateway", gateway,
514+
"--disable-dns",
515515
NetworkName,
516516
}
517517

0 commit comments

Comments
 (0)