Files
docker-docs/daemon
Michael Crosby 654da4e151 Return docker's root dir in docker -D info
This adds the docker daemon's root directory to docker info when running
in debug mode.  This allows the user to view the root directory where
docker is writing and storing state.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2014-12-05 12:13:25 -08:00
..
2014-11-21 19:15:22 +00:00
2014-12-01 11:44:13 -05:00
2014-10-24 15:11:48 -07:00
2014-12-02 10:47:57 -08:00
2014-10-24 15:11:48 -07:00
2014-11-03 10:51:03 -08:00
2014-10-30 22:24:57 +02:00
2014-11-08 00:14:08 +00:00
2014-11-25 01:02:30 +02:00
2014-11-08 00:14:08 +00:00
2014-09-29 22:40:26 +00:00
2014-12-01 14:54:14 -05:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver