update test
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
This commit is contained in:
parent
bf21f0d493
commit
4b1df3687b
1 changed files with 6 additions and 6 deletions
|
@ -45,11 +45,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"required_device_nodes": [
|
"required_device_nodes": [
|
||||||
"null",
|
"/dev/null",
|
||||||
"zero",
|
"/dev/zero",
|
||||||
"full",
|
"/dev/full",
|
||||||
"random",
|
"/dev/random",
|
||||||
"urandom",
|
"/dev/urandom",
|
||||||
"tty"
|
"/dev/tty"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue