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 deffc572ce Container: Add restore network functionality.
RestoreNetwork() allows the container to restore its NetworkSettings (IP
and public ports).

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2014-10-03 13:46:24 -07:00
..
execdriver Support for consistent MAC address. 2014-10-03 13:22:38 -07:00
graphdriver
networkdriver Support for consistent MAC address. 2014-10-03 13:22:38 -07: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
container.go Container: Add restore network functionality. 2014-10-03 13:46:24 -07:00
container_unit_test.go
copy.go
create.go API: Provide the HostConfig during "run". 2014-09-25 15:24:38 -07:00
daemon.go Merge pull request #8302 from rafecolton/move_archive_package_to_pkg 2014-10-01 18:03:34 +03:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_unit_test.go update tests 2014-09-30 19:10:03 +00:00
delete.go
exec.go Merge pull request #8302 from rafecolton/move_archive_package_to_pkg 2014-10-01 18:03:34 +03:00
export.go
history.go
image_delete.go
info.go
inspect.go
kill.go
list.go
logs.go
MAINTAINERS
monitor.go
network_settings.go Support for consistent MAC address. 2014-10-03 13:22:38 -07:00
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 Merge pull request #8302 from rafecolton/move_archive_package_to_pkg 2014-10-01 18:03:34 +03: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