mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-21 07:14:25 +01:00
Fixes #635 `ContainerPath` isn't meaningful in sandbox's `devices.json`, because device is sandbox level which can be referenced by many containers, and `ContainerPath` is per container which means nothing to a sandbox level resource. Signed-off-by: Wei Zhang <zhangwei555@huawei.com>