This code was introduced with commented out sections. Just delete them.
Original commit: 18fc707fdf06aeb50fa5250f59f0ef4597d7cf73
Docker-DCO-1.1-Signed-off-by: Brandon Philips <brandon.philips@coreos.com> (github: philips)
| ... | ... |
@@ -263,8 +263,6 @@ func SetupInitLayer(initLayer string) error {
|
| 263 | 263 |
"/etc/hostname": "file", |
| 264 | 264 |
"/dev/console": "file", |
| 265 | 265 |
"/etc/mtab": "/proc/mounts", |
| 266 |
- // "var/run": "dir", |
|
| 267 |
- // "var/lock": "dir", |
|
| 268 | 266 |
} {
|
| 269 | 267 |
parts := strings.Split(pth, "/") |
| 270 | 268 |
prev := "/" |