1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Andrea Luzzardi 4479d69d56 Merge pull request #8200 from aluzzardi/f-ipallocator-check-range
IPAllocator: Ensure the allocated IPs are within network range.
2014-09-24 14:29:39 -07:00
..
execdriver
graphdriver
networkdriver IPAllocator: Ensure the allocated IPs are within network range. 2014-09-24 11:04:28 -07:00
attach.go
changes.go
commit.go
config.go
container.go
container_unit_test.go
copy.go
create.go
daemon.go
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
delete.go
exec.go
export.go
history.go
image_delete.go
info.go
inspect.go
kill.go
list.go
logs.go
MAINTAINERS
monitor.go
network_settings.go
pause.go
README.md
resize.go
restart.go
start.go
state.go
state_test.go
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go
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