Files
docker-cli/components/engine/daemon
David Calavera edf220176a Add mounts to docker ps.
- Allow to filter containers by volume with `--filter volume=name` and `filter volume=/dest`.
- Show their names in the list with the custom format `{{ .Mounts }}`.

Signed-off-by: David Calavera <david.calavera@gmail.com>
Upstream-commit: bd4fb00fb6241d35537b460a2d9f48256111ae7a
Component: engine
2016-02-23 12:10:24 -05:00
..
2016-01-20 12:52:05 +08:00
2016-02-16 07:00:01 +00:00
2016-02-01 09:57:38 -08:00
2016-02-01 09:57:38 -08:00
2016-02-09 14:26:51 -05:00
2016-02-12 17:56:40 -05:00
2016-02-03 15:45:20 +08:00
2016-02-03 10:43:01 -08:00
2015-12-16 11:58:52 -08:00
2016-02-02 21:05:01 -05:00
2016-02-11 15:49:36 -08:00
2016-01-14 08:17:40 +00:00
2016-02-16 11:19:23 -08:00
2016-02-03 15:45:20 +08:00
2016-02-23 12:10:24 -05:00
2016-02-09 14:25:02 -05:00
2016-02-09 14:25:02 -05:00
2016-02-03 15:45:20 +08:00
2016-02-03 15:45:20 +08:00
2016-02-03 15:45:20 +08:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver