Skip to content

Commit b6c65df

Browse files
committed
update test
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
1 parent 0abb52c commit b6c65df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkg/libcontainer/container.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
}
4646
],
4747
"required_device_nodes": [
48-
"null",
49-
"zero",
50-
"full",
51-
"random",
52-
"urandom",
53-
"tty"
48+
"/dev/null",
49+
"/dev/zero",
50+
"/dev/full",
51+
"/dev/random",
52+
"/dev/urandom",
53+
"/dev/tty"
5454
]
5555
}

0 commit comments

Comments
 (0)