moby--moby/daemon
Michael Crosby d1306e63e4 Fix AUFS logrus build errors on import
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-03-30 11:46:44 -07:00
..
execdriver Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
graphdriver Fix AUFS logrus build errors on import 2015-03-30 11:46:44 -07:00
logger Removed unused "mutex" field 2015-03-23 19:05:21 -07:00
networkdriver Fix a typo in daemon/networkdriver/ipallocator/allocator.go 2015-03-30 08:31:46 +08:00
README.md
attach.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +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 Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +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 Fix error from daemon no such image even when the image exist 2015-03-28 09:07:20 +08:00
daemon.go Refactor utils/tmpdir.go, fixes #11905 2015-03-29 20:56:07 +02:00
daemon_aufs.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
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 Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
exec.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +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 Fix error from daemon no such image even when the image exist 2015-03-28 09:07:20 +08:00
info.go Merge pull request #11788 from reikani/pchoi 2015-03-26 23:55:50 -07: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 Changed snake case naming to camelCase 2015-03-26 15:05:45 -06:00
logs.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
monitor.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
network_settings.go Adding IPv6 network support to docker 2015-01-09 00:13:09 +01:00
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 Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
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 Update container resolv.conf when host network changes /etc/resolv.conf 2015-01-08 14:15:13 -05:00
volumes.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01: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