mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-28 03:38:09 +00:00
e95b6fb648
Prior to the volumes re-factor, data was not being copied on volumes-from or host-mounted volumes. After the re-factor, data was being copied for volumes-from. This reverts this unintentional change in behavior. Signed-off-by: Brian Goff <cpuguy83@gmail.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