diff --git a/graph/graph.go b/graph/graph.go index 5de9cbe7a1..edca42f42b 100644 --- a/graph/graph.go +++ b/graph/graph.go @@ -263,8 +263,6 @@ func SetupInitLayer(initLayer string) error { "/etc/hostname": "file", "/dev/console": "file", "/etc/mtab": "/proc/mounts", - // "var/run": "dir", - // "var/lock": "dir", } { parts := strings.Split(pth, "/") prev := "/"