mirror of
https://github.com/moby/moby.git
synced 2026-07-12 02:25:19 +00:00
The moby codebase is now able to handle containerd errdefs errors directly so there's no need to wrap a c8d "NotFound" error. We still need to look if we can remove this function altogether; it's unclear what conditions could result in the string-matching being needed. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>