We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ee259 commit 2f2f3e5Copy full SHA for 2f2f3e5
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