From 6104f9f9495678549ef8fc5aa716a3cc893add8f Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Fri, 28 Feb 2014 01:20:10 +0000 Subject: [PATCH] fix fedora tty with apparmor Docker-DCO-1.1-Signed-off-by: Victor Vieux (github: vieux) --- graph.go | 1 + 1 file changed, 1 insertion(+) diff --git a/graph.go b/graph.go index a16a6ab7f7..43af2c278a 100644 --- a/graph.go +++ b/graph.go @@ -257,6 +257,7 @@ func setupInitLayer(initLayer string) error { "/etc/resolv.conf": "file", "/etc/hosts": "file", "/etc/hostname": "file", + "/dev/console": "file", // "var/run": "dir", // "var/lock": "dir", } {