mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-14 12:49:36 +00:00
4 lines
242 B
Go
4 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
|