From 4b1df3687ba509708622db06fc970b7e4a98351e Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Thu, 22 May 2014 22:50:41 +0000 Subject: [PATCH] update test Docker-DCO-1.1-Signed-off-by: Victor Vieux (github: vieux) --- libcontainer/container.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libcontainer/container.json b/libcontainer/container.json index 7156260..ba81170 100644 --- a/libcontainer/container.json +++ b/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" ] }