1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00
Files
cli/components/engine/daemon
Peter Bourgon b75c55fd72 Only import "testing" from *_test.go
This prevents the testing package flags from leaking into the flagsets
of binaries that import docker. I left integration-cli alone.

Docker-DCO-1.1-Signed-off-by: Peter Bourgon <peter@bourgon.org> (github: peterbourgon)
Upstream-commit: b87daf6d697655ca092bf54717a64b07504a13c1
Component: engine
2014-08-07 14:25:21 -07:00
..
2014-08-01 14:24:46 -04:00
2014-08-01 14:17:24 -04:00
2014-08-06 10:08:23 +00:00
2014-08-01 14:24:41 -04:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:23 +00:00
2014-08-06 10:08:19 +00:00
2014-08-01 14:24:58 -04:00
2014-08-01 14:17:29 -04:00
2014-06-20 09:40:29 -04:00
2014-08-06 10:08:19 +00:00
2014-05-17 17:56:02 +00:00
2014-08-01 14:17:20 -04:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:19 +00:00
2014-08-01 14:24:52 -04:00
2014-08-01 14:17:16 -04: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