Browse Source

update test

Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
Victor Vieux 11 năm trước cách đây
mục cha
commit
b6c65df093
1 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 6 6
      pkg/libcontainer/container.json

+ 6 - 6
pkg/libcontainer/container.json

@@ -45,11 +45,11 @@
     }
   ],
   "required_device_nodes": [
-      "null",
-      "zero",
-      "full",
-      "random",
-      "urandom",
-      "tty"
+      "/dev/null",
+      "/dev/zero",
+      "/dev/full",
+      "/dev/random",
+      "/dev/urandom",
+      "/dev/tty"
   ]
 }