1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Vincent Demeester 0f749ad55a Merge pull request #18559 from ahmetalpbalkan/return-container-networks
Proposal: Add container networks list to /containers/json
2015-12-17 10:11:18 +01:00
..
daemonbuilder Merge pull request #18586 from tonistiigi/tag-reference-squashed 2015-12-16 23:08:02 +01:00
events Add own reference package wrapper 2015-12-16 11:58:52 -08:00
exec
execdriver Merge pull request #17034 from rhvgoyal/volume-propagation 2015-12-15 12:14:41 -05:00
graphdriver Merge pull request #18686 from cpuguy83/fix_btrfs_subvol_delete_panic 2015-12-16 14:26:40 -05:00
links
logger Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
network
archive.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
archive_unix.go
archive_windows.go
attach.go
changes.go
commit.go Add own reference package wrapper 2015-12-16 11:58:52 -08:00
config.go
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 Merge pull request #18655 from dmcgowan/fix-docker-inspect-container 2015-12-16 12:23:41 +01: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 Update Named reference with validation of conversions 2015-12-16 11:58:52 -08: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
daemon_unix.go Merge pull request #18586 from tonistiigi/tag-reference-squashed 2015-12-16 23:08:02 +01:00
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go Add own reference package wrapper 2015-12-16 11:58:52 -08:00
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
delete_test.go
discovery.go
discovery_test.go
errors.go Add own reference package wrapper 2015-12-16 11:58:52 -08:00
events.go
exec.go
exec_unix.go
exec_windows.go
export.go
history.go
image_delete.go Clean up reference type switches 2015-12-16 11:58:53 -08:00
images.go Add own reference package wrapper 2015-12-16 11:58:52 -08:00
import.go Add own reference package wrapper 2015-12-16 11:58:52 -08:00
info.go
inspect.go Add metadata function to layer store 2015-12-14 16:52:15 -08: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 Merge pull request #18559 from ahmetalpbalkan/return-container-networks 2015-12-17 10:11:18 +01:00
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go
logs.go
mounts.go
network.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
pause.go
README.md
rename.go
resize.go
restart.go
selinux_linux.go
selinux_unsupported.go
start.go builder: remove container package dependency 2015-12-15 17:24:07 +01:00
stats.go
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
volumes.go Merge pull request #17034 from rhvgoyal/volume-propagation 2015-12-15 12:14:41 -05:00
volumes_unit_test.go reorder imports with goimports 2015-12-16 16:50:25 +01:00
volumes_unix.go Add capability to specify mount propagation per volume 2015-12-14 10:39:53 -05:00
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