From d67aec91227ba78a21656809d38028438ba37f6e Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Mon, 6 Apr 2015 07:28:28 -0700 Subject: [PATCH] rbind the host dev --- scripts/dockerimages/scripts/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dockerimages/scripts/entry.sh b/scripts/dockerimages/scripts/entry.sh index c9f027f5..af14cee6 100755 --- a/scripts/dockerimages/scripts/entry.sh +++ b/scripts/dockerimages/scripts/entry.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -e /host/dev ]; then - mount --bind /host/dev /dev + mount --rbind /host/dev /dev fi exec "$@"