Open
Description
When running ctop with a recent version of runC, the following error is generated:
failed to read container: json: cannot unmarshal object into Go struct field Config.capabilities of type []string
I think this is probably because ctop is using runC version 0.1.1 (which is now over a year old). In 0.1.1 capabilities are defined as a []string whereas in newer versions they are their own separate struct.
Would it be possible to support the latest runC version? Happy to open a PR for this if yes.
Metadata
Assignees
Labels
No labels