mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 17:39:22 +00:00
ctr resolves named users and groups for run and task exec in the client process. Since EROFS fsview support moved behind registration, the ctr application does not link the handler and falls back to a temporary host mount. Register the handler with the ctr application so EROFS snapshots can be inspected directly. Non-EROFS mounts continue through the existing handlers unchanged. Signed-off-by: Chris Ayoub <cayoub@openai.com>