storage/daemon
Michael Crosby 4acdb7ddc7 Merge pull request #9260 from LK4D4/increase_proxy_timeout
Increase timeout for userland proxy starting
2014-11-20 14:20:31 -08:00
..
execdriver Merge pull request #9039 from ashahab-altiscale/8617-lxc-volume 2014-11-18 17:24:16 -08:00
graphdriver Fix misuses of format based logging functions 2014-11-19 23:59:02 +02:00
networkdriver Increase timeout for userland proxy starting 2014-11-20 09:02:42 -08:00
MAINTAINERS
README.md
attach.go
changes.go
commit.go
config.go add ID and Hostname in docker info 2014-11-17 19:23:41 +00:00
container.go
container_unit_test.go
copy.go
create.go
daemon.go add ID and Hostname in docker info 2014-11-17 19:23:41 +00:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlayfs.go
daemon_unit_test.go
delete.go
exec.go
export.go
history.go
image_delete.go Fix for rmi -f when error "no such id". (9056) 2014-11-17 17:04:10 -08:00
info.go Hostname -> Name 2014-11-20 17:40:08 +00:00
inspect.go
kill.go
list.go
logs.go
monitor.go
network_settings.go
pause.go
resize.go
restart.go
start.go
state.go
state_test.go
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go
wait.go

README.md

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver