1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Sebastiaan van Stijn 034a1a8dfd Merge pull request from calavera/expose_volumes_in_ps
Add mounts to docker ps.
2016-02-24 11:08:21 +01: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 Merge pull request from cednation/etwlogs 2016-02-16 15:01:17 -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
archive_windows.go
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
config_windows.go
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
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
delete_test.go
discovery.go
discovery_test.go
errors.go
events.go
events_test.go
exec.go
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
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
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
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
top_unix.go
top_windows.go
unpause.go
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