mirror of
https://github.com/containers/podman.git
synced 2025-05-20 16:47:39 +08:00

added support for pod devices. The device gets added to the infra container and recreated in all containers that join the pod. This required a new container config item to keep track of the original device passed in by the user before the path was parsed into the container device. Signed-off-by: cdoern <cdoern@redhat.com>