Files
docker-cli/components/engine/daemon
Brian Goff 4b1e83454e Do not parse config.Volumes for named volumes
Fixes an issue where `VOLUME some_name:/foo` would be parsed as a named
volume, allowing access from the builder to any volume on the host.

This makes sure that named volumes must always be passed in as a bind.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: 8e5bb8fdd37879ec04c3419b8ecfce7a0477cdcf
Component: engine
2015-09-29 10:01:57 -04:00
..
2015-07-29 23:39:18 +02:00
2015-09-28 08:59:40 -04:00
2015-09-25 14:52:09 -07:00
2015-09-25 14:52:09 -07:00
2015-08-27 22:07:42 -07:00
2015-09-25 14:52:09 -07:00
2015-09-25 14:52:09 -07:00
2015-07-29 21:25:56 +03:00
2015-09-24 11:56:37 -07:00
2015-08-27 22:07:42 -07:00
2015-09-24 18:44:53 -04:00
2015-09-25 14:52:09 -07:00
2015-09-24 11:56:37 -07:00
2015-09-24 18:44:53 -04:00
2015-09-24 11:56:37 -07:00
2015-09-24 11:56:37 -07:00
2015-09-24 11:56:37 -07:00
2015-09-28 13:48:12 -07:00
2015-09-24 11:56:37 -07:00
2015-09-24 11:56:37 -07:00
2015-09-24 18:44:53 -04:00
2015-07-29 21:25:56 +03:00
2015-09-24 11:56:37 -07:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver