Skip to content

Commit 2f2f3e5

Browse files
committed
ipv6 support nerdctl
Signed-off-by: fahed dorgaa <[email protected]>
1 parent e0ee259 commit 2f2f3e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

container_inspect_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ import (
2525
)
2626

2727
func TestContainerInspectContainsPortConfig(t *testing.T) {
28+
//nerdctl do not support yet ipv6
29+
testutil.DockerIncompatible(t)
2830
const (
2931
testContainer0 = "nerdctl-test-inspect-with-port-config"
3032
)

0 commit comments

Comments
 (0)