Skip to content

Exiting the container does not trigger a runtime delete from Docker #38233

@sboeuf

Description

@sboeuf

Description

Kata Containers was working great with Docker 18.06, but when moved to 18.09 I realized that our container (VM in our case) was not properly destroyed. This being tied to the fact that when the container process terminates (let's say exit from the shell), we expect docker (and containerd) to call into runtime delete <container-id> after it detected the container process terminated.

Apparently the logic seems to have changed because the behavior is now different and docker does not try to delete my container.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/runtimeRuntimekind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.version/18.09

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions