Currently, when use runc to create container, we need option --bundle to specify bundle path.
But, in runtime spec, it definitely says create <container-id> <path-to-bundle>, bundle path should be a arg. More information please refer to runtime.md
So, will runc change the format of command create to be compliant of spec?