moby--moby/daemon
David Calavera 4fef42ba20 Replace pkg/units with docker/go-units.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-12-16 12:26:49 -05:00
..
daemonbuilder builder: remove unused Retain/Release and put Mount/Unmount back 2015-12-15 17:24:07 +01:00
events
exec
execdriver Merge pull request #17034 from rhvgoyal/volume-propagation 2015-12-15 12:14:41 -05:00
graphdriver Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
links
logger Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
network
README.md
archive.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
archive_unix.go
archive_windows.go
attach.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
changes.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
commit.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
config.go Change authz plugin argument name 2015-12-11 20:59:15 +02:00
config_experimental.go
config_stub.go
config_unix.go
config_windows.go
container_operations.go
container_operations_unix.go Remove unecessary chown on mqueue device path 2015-12-15 14:11:03 -05:00
container_operations_windows.go update network settings on container creating 2015-12-13 02:34:44 -05:00
create.go update network settings on container creating 2015-12-13 02:34:44 -05:00
create_unix.go
create_windows.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
daemon.go Move registry.SearchResult types to api/types/registry. 2015-12-15 11:44:20 -05:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_experimental.go
daemon_linux.go
daemon_linux_test.go
daemon_no_aufs.go
daemon_overlay.go
daemon_stub.go
daemon_test.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
daemon_unix.go tfix: modify internal variable name to be lower-case 2015-12-15 09:50:16 +08:00
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go
daemon_zfs.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
delete.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
delete_test.go
discovery.go
discovery_test.go
errors.go
events.go
exec.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
exec_unix.go
exec_windows.go
export.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
history.go
image_delete.go
images.go
import.go
info.go
inspect.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
inspect_unix.go Merge pull request #17034 from rhvgoyal/volume-propagation 2015-12-15 12:14:41 -05:00
inspect_windows.go
kill.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
list.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go
logs.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
mounts.go
network.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
pause.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
rename.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
resize.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
restart.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
selinux_linux.go
selinux_unsupported.go
start.go builder: remove container package dependency 2015-12-15 17:24:07 +01:00
stats.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
stats_collector_unix.go
stats_collector_windows.go
stats_freebsd.go
stats_linux.go
stats_windows.go
stop.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
top_unix.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
top_windows.go
unpause.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00
volumes.go Merge pull request #17034 from rhvgoyal/volume-propagation 2015-12-15 12:14:41 -05:00
volumes_unit_test.go
volumes_unix.go Add capability to specify mount propagation per volume 2015-12-14 10:39:53 -05:00
volumes_windows.go
wait.go Rename `Daemon.Get` to `Daemon.GetContainer`. 2015-12-11 12:39:28 -05:00

README.md

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver