We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e484c4b commit 10ee222Copy full SHA for 10ee222
1 file changed
cmd/nerdctl/container/container_inspect_linux_test.go
@@ -263,7 +263,6 @@ func TestContainerInspectHostConfig(t *testing.T) {
263
"--read-only",
264
"--shm-size", "256m",
265
"--uts", "host",
266
- "--sysctl", "net.core.somaxconn=1024",
267
"--runtime", "io.containerd.runc.v2",
268
testutil.AlpineImage, "sleep", "infinity").AssertOK()
269
0 commit comments