Skip to content

Commit

Permalink
Add support for devfs
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Dec 24, 2023
1 parent 73202d8 commit 4db3f2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containerd/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ func processMount(rootfs, mtype, source, target string, options []string) (*moun
} else {
// skip, only dirs are supported by bindfs
}
case "devfs":
return m, nil
}

log.L.Warn("skipping mount: ", m)
Expand Down

0 comments on commit 4db3f2b

Please sign in to comment.