We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ee259 commit ea86c77Copy full SHA for ea86c77
container_inspect_test.go
@@ -25,6 +25,8 @@ import (
25
)
26
27
func TestContainerInspectContainsPortConfig(t *testing.T) {
28
+ //nerdctl do not support yet ipv6
29
+ testutil.DockerIncompatible(t)
30
const (
31
testContainer0 = "nerdctl-test-inspect-with-port-config"
32
0 commit comments