-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
area/runtimeRuntimeRuntimekind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.version/18.09
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/runtimeRuntimeRuntimekind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.version/18.09