Skip to content

Commit

Permalink
merge branch 'pr-1217'
Browse files Browse the repository at this point in the history
Closes #1217
LGTMs: @cyphar @hqhq
  • Loading branch information
cyphar committed Dec 23, 2016
2 parents 303f9a5 + 8f55948 commit cae7979
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libcontainer/devices/devices_unix.go
Expand Up @@ -94,6 +94,9 @@ func getDevices(path string) ([]*configs.Device, error) {
if err == ErrNotADevice {
continue
}
if os.IsNotExist(err) {
continue
}
return nil, err
}
out = append(out, device)
Expand Down

0 comments on commit cae7979

Please sign in to comment.