We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d116c01 commit be9630aCopy full SHA for be9630a
pkg/docker/runner.go
@@ -19,8 +19,8 @@ import (
19
)
20
21
const (
22
- // DefaultHost is the standard ipv4 looback
23
- DefaultHost = "127.0.0.1"
+ // DefaultHost is the standard ipv6 looback
+ DefaultHost = "::1"
24
25
// DefaultPort is used as the preferred port, and in the unlikly event of an
26
// error querying the OS for a free port during allocation.
0 commit comments