mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
b345c78dca
The libcontainer/devices package has been moved to moby/sys/devices, so we can just point users to that and keep some compatibility shims around until runc 1.6. We don't use it at all so there are no other changes needed. Signed-off-by: Aleksa Sarai <aleksa@amutable.com>
5 lines
242 B
Go
5 lines
242 B
Go
// Package devices provides some helper functions for constructing device
|
|
// configurations for runc. These are exclusively used by higher-level runtimes
|
|
// that need to configure runc's device list based on existing devices.
|
|
package devices
|