mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07:00
chore(graph/graph): remove dead code
This code was introduced with commented out sections. Just delete them.
Original commit: 18fc707fdf
Docker-DCO-1.1-Signed-off-by: Brandon Philips <brandon.philips@coreos.com> (github: philips)
This commit is contained in:
@@ -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 := "/"
|
||||
|
||||
Reference in New Issue
Block a user