1
0
mirror of https://github.com/docker/cli.git synced 2026-01-19 21:41:31 +03:00
Files
cli/components/engine/daemon
Anton Tiurin f0be9c4403 History.Swap Use parallel assignment to swap elements, as it's
a more idiomatic way for golang than using a temp variable.

Signed-off-by: Anton Tiurin <noxiouz@yandex.ru>
Upstream-commit: fc325274e84a0c16b758e3d6b121c9af1150cce2
Component: engine
2015-03-25 00:13:13 +03:00
..
2015-03-23 19:05:21 -07:00
2015-03-21 18:01:18 -07:00
2015-03-24 18:19:59 +01:00
2014-10-24 15:11:48 -07:00
2015-03-24 18:19:59 +01:00
2015-03-24 18:19:59 +01:00
2015-03-10 15:29:05 -07:00
2015-03-24 18:19:59 +01:00
2015-03-16 12:05:53 +01:00
2014-11-08 00:14:08 +00:00
2015-03-16 12:05:53 +01: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