1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Tibor Vass ab3e34e187 Merge pull request #7389 from tianon/replace-amd64-build-tags-with-cgo-as-appropriate
Replace amd64 build tags with cgo as appropriate
2014-08-07 16:24:19 -04:00
..
execdriver Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
graphdriver Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
networkdriver
attach.go
changes.go Move "changes" to daemon/changes.go 2014-08-01 14:24:46 -04:00
commit.go Move "commit" to daemon/commit.go 2014-08-01 14:17:24 -04:00
container.go Rename "log_event" to "log" 2014-08-06 10:08:23 +00:00
container_unit_test.go
copy.go Move "copy" to daemon/copy.go 2014-08-01 14:24:41 -04:00
create.go Separate events subsystem 2014-08-06 10:08:19 +00:00
daemon.go Merge pull request #7443 from ewindisch/name-id-lookup-reversal 2014-08-07 11:14:47 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
delete.go Separate events subsystem 2014-08-06 10:08:19 +00:00
export.go Separate events subsystem 2014-08-06 10:08:19 +00:00
history.go
image_delete.go Rename "log_event" to "log" 2014-08-06 10:08:23 +00:00
inspect.go
kill.go Separate events subsystem 2014-08-06 10:08:19 +00:00
list.go Move "containers" to daemon/list.go 2014-08-01 14:24:58 -04:00
logs.go Move "logs" to daemon/logs.go 2014-08-01 14:17:29 -04:00
MAINTAINERS
network_settings.go
pause.go Separate events subsystem 2014-08-06 10:08:19 +00:00
README.md
resize.go
restart.go Separate events subsystem 2014-08-06 10:08:19 +00:00
server.go Separate events subsystem 2014-08-06 10:08:19 +00:00
start.go Separate events subsystem 2014-08-06 10:08:19 +00:00
state.go
state_test.go
stop.go Separate events subsystem 2014-08-06 10:08:19 +00:00
top.go Move "top" to daemon/top.go 2014-08-01 14:24:52 -04:00
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go Cleanup: extract bindmount spec parsing 2014-08-06 17:22:40 -04:00
wait.go

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver