We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684bf4f commit 8138e4bCopy full SHA for 8138e4b
config/config_docker_test.go
@@ -2,6 +2,9 @@ package config
2
3
import "testing"
4
5
+// TestDockerNetworkConfiguration_IsContainerNetworkMode tests the IsContainerNetworkMode
6
+// method to ensure it correctly identifies when the network mode is set to share another
7
+// container's network namespace (i.e., "container:<name>" format).
8
func TestDockerNetworkConfiguration_IsContainerNetworkMode(t *testing.T) {
9
tests := []struct {
10
name string
@@ -27,4 +30,3 @@ func TestDockerNetworkConfiguration_IsContainerNetworkMode(t *testing.T) {
27
30
})
28
31
}
29
32
-
0 commit comments