This website requires JavaScript.
Explore
Help
Sign In
packages
/
docker
Watch
1
Star
0
Fork
0
You've already forked docker
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
docker
/
VERSION-openeuler
2 lines
12 B
Plaintext
Raw
Normal View
History
Unescape
Escape
docker: Delete stale containerd object on start failure containerd has two objects with regard to containers. This is a "container" object which is metadata and a "task" which is manging the actual runtime state. When docker starts a container, it creates both the container metadata and the task at the same time. So when a container exists, docker deletes both of these objects as well. This ensures that if, on start, when we go to create the container metadata object in containerd, if there is an error due to a name conflict taht we go ahead and clean that up and try again. backport from upstream: https://github.com/moby/moby/pull/38364 Signed-off-by: Grooooot <isula@huawei.com>
2020-03-17 10:42:12 +08:00
18.09.0.102
Reference in New Issue
Copy Permalink