Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
change host
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor committed Jan 11, 2023
1 parent 4c68e63 commit a6493a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 a6493a0

Please sign in to comment.