1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Antonio Murdaca 6f4d847046 Replace aliased imports of logrus, fixes #11762
Signed-off-by: Antonio Murdaca <me@runcom.ninja>
2015-03-26 23:22:04 +01:00
..
execdriver Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
graphdriver Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
logger
networkdriver Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
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
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 add back job.Errorf 2015-03-26 13:12:36 +08:00
daemon.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01: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
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
image_delete.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
info.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +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 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
pause.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
README.md
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
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

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver