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

Add ability to evict a container #3549

Merged
merged 1 commit into from
Oct 4, 2019

Commits on Sep 25, 2019

  1. rm: add containers eviction with rm --force

    Add ability to evict a container when it becomes unusable. This may
    happen when the host setup changes after a container creation, making it
    impossible for that container to be used or removed.
    Evicting a container is done using the `rm --force` command.
    
    Signed-off-by: Marco Vedovati <mvedovati@suse.com>
    marcov committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    dacbc5b View commit details
    Browse the repository at this point in the history