Skip to content

Commit

Permalink
Change extra host to host-gateway (#380)
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor authored Jan 11, 2023
1 parent d2ef7da commit fc2ac0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytectl/pkg/docker/docker_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (
}
StdWriterPrefixLen = 8
StartingBufLen = 32*1024 + StdWriterPrefixLen + 1
ExtraHosts = []string{"host.docker.internal:127.0.0.1"}
ExtraHosts = []string{"host.docker.internal:host-gateway"}
)

// GetDockerClient will returns the docker client
Expand Down

0 comments on commit fc2ac0a

Please sign in to comment.