Skip to content

Commit 2404261

Browse files
committed
merge conflict
1 parent 6d84493 commit 2404261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmd/minikube/cmd/docker-env.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ var dockerEnvCmd = &cobra.Command{
184184

185185
port := constants.DockerDaemonPort
186186
if driver.IsKIC(host.DriverName) { // for kic we need to find what port docker/podman chose for us
187-
hostIP = kic.DefaultBindIPV4
187+
hostIP = oci.DefaultBindIPV4
188188
port, err = oci.HostPortBinding(host.DriverName, profile, port)
189189
if err != nil {
190190
exit.WithCodeT(exit.Failure, "Error getting port binding for '{{.driver_name}} driver: {{.error}}", out.V{"driver_name": host.DriverName, "error": err})

0 commit comments

Comments
 (0)