mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-26 09:36:04 +00:00
Merge pull request #5855 from philips/remove-dead-code
chore(graph/graph): remove dead code
This commit is contained in:
@@ -265,8 +265,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 := "/"
|
||||
|
||||
Reference in New Issue
Block a user