Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ignore removal error due to non-existing containers #1481

Merged
merged 2 commits into from
Dec 6, 2022
Merged

feat: ignore removal error due to non-existing containers #1481

merged 2 commits into from
Dec 6, 2022

Commits on Dec 6, 2022

  1. Adds an error check on container removal to ignore errors caused by c…

    …ontainers that were removed by other means (errors of type ErrNotFound).
    
    This can be useful when the start of the containers is managed by docker compose or an external system such as systemd.
    nothub authored and piksel committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    2dc4ebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c9030d View commit details
    Browse the repository at this point in the history