mirror of
https://github.com/docker/docs.git
synced 2026-04-03 01:38:58 +07:00
If stop/kill command hits a short window between process' exit and container's cleanup, it will no longer fail with 'no such process' error. Resolves #10182 Signed-off-by: Michal Minar <miminar@redhat.com>
This directory contains code pertaining to running containers and storing images
Code pertaining to running containers:
- execdriver
- networkdriver
Code pertaining to storing images:
- graphdriver