1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Mike Danese ed1b9fa07a daemon/logger: Add logging driver for Google Cloud Logging
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-03-01 08:06:10 -08:00
..
events
exec
execdriver Update RestartPolicy of container 2016-02-20 17:06:32 +08:00
graphdriver Fix some typos in comments and strings 2016-02-22 20:27:15 +01:00
links
logger daemon/logger: Add logging driver for Google Cloud Logging 2016-03-01 08:06:10 -08:00
network
archive.go Fix copy chown settings to not default to real root 2016-02-18 14:44:13 -08:00
archive_unix.go Remove package daemonbuilder. 2016-02-01 09:57:38 -08:00
archive_windows.go Remove package daemonbuilder. 2016-02-01 09:57:38 -08:00
attach.go cleanup attach api calls 2016-02-09 14:26:51 -05:00
changes.go
commit.go Inherit StopSignal from Dockerfile. 2016-02-12 17:56:40 -05:00
config.go Avoid setting default truthy values from flags that are not set. 2016-02-19 18:39:10 -05:00
config_experimental.go
config_stub.go
config_test.go
config_unix.go Windows: Add support for named pipe protocol 2016-02-01 19:46:30 -08:00
config_windows.go Windows: Add support for named pipe protocol 2016-02-01 19:46:30 -08:00
container_operations.go
container_operations_unix.go Prevent mqueue from implicitely becoming a bind mount with --ipc=host 2016-02-09 14:16:08 -08:00
container_operations_windows.go
create.go
create_unix.go
create_windows.go
daemon.go Invoke ReloadConfiguration on network controller 2016-02-18 12:14:14 -08:00
daemon_experimental.go
daemon_linux.go Clean up container rootf mounts on daemon start fixes #19679 2016-02-03 20:52:32 -05:00
daemon_linux_test.go
daemon_stub.go
daemon_test.go Invoke ReloadConfiguration on network controller 2016-02-18 12:14:14 -08:00
daemon_unix.go Expose bridge IPv6 setting to docker network inspect 2016-02-11 22:13:47 +00:00
daemon_unix_test.go Fix some typos in comments and strings 2016-02-22 20:27:15 +01:00
daemon_unsupported.go
daemon_windows.go Invoke ReloadConfiguration on network controller 2016-02-18 12:14:14 -08:00
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go Remove redundant error message 2016-02-03 15:45:20 +08:00
delete_test.go
discovery.go
discovery_test.go Fix minor vet warnings 2016-02-03 10:43:01 -08:00
errors.go
events.go
events_test.go
exec.go Fix docker top a restarting container 2016-02-02 21:05:01 -05:00
exec_unix.go
exec_windows.go
export.go
image_delete.go fix common misspell 2016-02-11 15:49:36 -08:00
images.go
import.go Fix docker import on compressed data 2016-02-16 11:19:23 -08:00
info.go Add support for forwarding Docker client through SOCKS proxy 2016-02-16 11:09:28 -08:00
inspect.go Remove daemon dependency from api/server. 2016-02-10 15:16:59 -05:00
inspect_unix.go Remove daemon dependency from api/server. 2016-02-10 15:16:59 -05:00
inspect_windows.go Remove daemon dependency from api/server. 2016-02-10 15:16:59 -05:00
kill.go Remove redundant error message 2016-02-03 15:45:20 +08:00
links.go
links_test.go
list.go Add mounts to docker ps. 2016-02-23 12:10:24 -05:00
list_unix.go
list_windows.go
logdrivers_linux.go daemon/logger: Add logging driver for Google Cloud Logging 2016-03-01 08:06:10 -08:00
logdrivers_windows.go Windows: Add ETW logging driver plug-in 2016-02-16 13:24:49 -08:00
logs.go Move stream flushes to backend 2016-02-09 14:25:02 -05:00
mounts.go
network.go Expose bridge IPv6 setting to docker network inspect 2016-02-11 22:13:47 +00:00
pause.go Merge pull request #19952 from WeiZhang555/fix-err-restarting-1 2016-02-03 17:34:19 -08:00
README.md
rename.go
resize.go
restart.go
selinux_linux.go
selinux_unsupported.go
start.go Update RestartPolicy of container 2016-02-20 17:06:32 +08:00
stats.go Move stream flushes to backend 2016-02-09 14:25:02 -05:00
stats_collector_unix.go
stats_collector_windows.go
stats_freebsd.go
stats_linux.go
stats_windows.go
stop.go Remove redundant error message 2016-02-03 15:45:20 +08:00
top_unix.go Fix docker top a restarting container 2016-02-02 21:05:01 -05:00
top_windows.go
unpause.go Remove redundant error message 2016-02-03 15:45:20 +08:00
update.go Update RestartPolicy of container 2016-02-20 17:06:32 +08:00
volumes.go Probe all drivers if volume driver not specified 2016-02-10 20:43:15 -05:00
volumes_unit_test.go
volumes_unix.go
volumes_windows.go
wait.go

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver