moby--moby/daemon
Tibor Vass 2bbf1987d2 Merge pull request #11800 from hqhq/hq_fix_create_issue
add back job.Errorf
2015-03-26 11:12:55 -06:00
..
execdriver Get rid of panic in stats for lxc 2015-03-24 21:12:06 -07:00
graphdriver Merge pull request #11702 from jimmypuckett/feature/bitflag_checking_style_11668 2015-03-26 08:34:58 -07:00
logger Removed unused "mutex" field 2015-03-23 19:05:21 -07:00
networkdriver Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
README.md
attach.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
changes.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
commit.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
config.go add syslog driver 2015-03-21 18:01:18 -07:00
container.go Refactor pkg/common, Fixes #11599 2015-03-24 18:19:59 +01:00
container_unit_test.go
copy.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
create.go add back job.Errorf 2015-03-26 13:12:36 +08:00
daemon.go Merge pull request #11702 from jimmypuckett/feature/bitflag_checking_style_11668 2015-03-26 08:34:58 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069 2015-01-21 17:11:31 -08:00
daemon_unit_test.go
delete.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
exec.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
export.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
history.go History.Swap Use parallel assignment to swap elements, as it's 2015-03-25 00:13:13 +03:00
image_delete.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
info.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
inspect.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
kill.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
list.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
logs.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
monitor.go Refactor pkg/common, Fixes #11599 2015-03-24 18:19:59 +01:00
network_settings.go
pause.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
rename.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
resize.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
restart.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
start.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
state.go
state_test.go
stats.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
stats_collector.go
stop.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
top.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go Merge pull request #10365 from cpuguy83/9981_fix_cannot_overwrite_nonbind_as_bind 2015-03-23 10:43:02 -07:00
wait.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00

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