runc and ctr commands do not show docker images and containers
问题 I have multiple Docker images and containers running on a VM. But commands like "runc list" doesn't list any of these. How can I make runc/containerd aware of my existing docker images? 回答1: The runtime ( runc ) uses so-called runtime root directory to store and obtain the information about containers. Under this root directory, runc places sub-directories (one per container), and each of them contains the state.json file, where the container state description resides. The default location