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 5e2d02ab73 Add the possibility of specifying a subnet for --insecure-registry
Signed-off-by: Tibor Vass <teabee89@gmail.com>

Conflicts:
	registry/endpoint.go
2014-11-14 14:20:19 -08:00
..
execdriver pkg/reexec: move reexec code to a new package 2014-11-11 23:19:34 +02:00
graphdriver don't call reexec.Init from chrootarchive 2014-11-11 23:20:16 +02:00
networkdriver pkg/reexec: move reexec code to a new package 2014-11-11 23:19:34 +02:00
attach.go Merge pull request #8302 from rafecolton/move_archive_package_to_pkg 2014-10-01 18:03:34 +03:00
changes.go
commit.go
config.go Add the possibility of specifying a subnet for --insecure-registry 2014-11-14 14:20:19 -08:00
container.go Disable stable IPs. 2014-10-09 15:15:17 -07:00
container_unit_test.go Ensure container names start with a-zA-Z0-9 2014-09-12 10:45:07 -07:00
copy.go
create.go Disable stable IPs. 2014-10-09 15:15:17 -07:00
daemon.go Move security opts to HostConfig 2014-11-10 21:04:01 +02:00
daemon_aufs.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_unit_test.go Move security opts to HostConfig 2014-11-10 21:04:01 +02:00
delete.go Disable stable IPs. 2014-10-09 15:15:17 -07:00
exec.go Merge pull request #8302 from rafecolton/move_archive_package_to_pkg 2014-10-01 18:03:34 +03:00
export.go Separate events subsystem 2014-08-06 10:08:19 +00:00
history.go
image_delete.go Removing an image that fails, also removes the image name/tag. 2014-09-11 11:29:25 -07:00
info.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
inspect.go Add AppArmorProfile to container inspect json 2014-11-10 21:04:17 +02:00
kill.go Separate events subsystem 2014-08-06 10:08:19 +00:00
list.go Fix deadlock in ps exited filter 2014-11-07 16:35:50 +02:00
logs.go daemon/logs: lower allocations in loop 2014-09-22 18:57:28 +03:00
MAINTAINERS Add maintainers to daemon/ and graph/ 2014-08-06 10:29:15 +00:00
monitor.go Fix typo:betweem->between and PtySlace->PtySlave 2014-09-30 07:22:09 -04:00
network_settings.go Support for consistent MAC address. 2014-10-03 13:22:38 -07:00
pause.go Separate events subsystem 2014-08-06 10:08:19 +00:00
README.md
resize.go Splitting the exec remote API into two separate APIs inorder to support resizing of tty sessions. 2014-09-15 22:56:47 +00:00
restart.go Separate events subsystem 2014-08-06 10:08:19 +00:00
start.go Move security opts to HostConfig 2014-11-10 21:04:01 +02:00
state.go Filter containers by status. 2014-09-29 20:11:19 -07:00
state_test.go Fix go vet warnings 2014-08-13 11:37:30 +04:00
stop.go Use State as embedded to Container 2014-09-03 00:01:11 +04:00
top.go Use State as embedded to Container 2014-09-03 00:01:11 +04:00
utils.go Strongly type exec driver context 2014-09-29 22:40:26 +00:00
utils_linux.go --selinux-enabled flag should be ignored on Disabled SELinux systems 2014-09-23 13:21:25 -04:00
utils_nolinux.go --selinux-enabled flag should be ignored on Disabled SELinux systems 2014-09-23 13:21:25 -04:00
utils_test.go Strongly type exec driver context 2014-09-29 22:40:26 +00:00
volumes.go Fix: Failed Start breaks VolumesFrom 2014-11-12 00:14:04 +02:00
wait.go Fix container wait error message to match server template for returning 404 2014-09-19 13:33:00 -04:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver