Skip to content

Conversation

decafcode
Copy link

Use the IsErrNotFound function exported from the Docker client library to detect HTTP 404 errors returned by the Docker API more reliably.

This improves compatibility with Podman's implementation of the Docker API, because Podman uses a different capitalization for the error message that is returned when a container has already been deleted, causing the existing code to fail to recognize this condition.

Use the `IsErrNotFound` function exported from the Docker client library
to detect HTTP 404 errors returned by the Docker API more reliably.

This improves compatibility with Podman's implementation of the Docker
API, because Podman uses a different capitalization for the error
message that is returned when a container has already been deleted,
causing the existing code to fail to recognize this condition.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant