moby--moby/daemon
Alexandr Morozov fbae71326c Merge pull request #8020 from erikh/rewrite_hosts_files
Links v2: Mutable network files
2014-09-15 23:03:30 +04:00
..
execdriver Allow /etc/hosts and /etc/resolv.conf to be updated both outside and 2014-09-13 11:27:34 -07:00
graphdriver Merge pull request #7698 from tamsky/tune2fs_base_filesystem 2014-09-15 15:42:52 +03:00
networkdriver Fix my own comments from #7927 2014-09-12 10:05:07 +04:00
MAINTAINERS
README.md
attach.go move some io related utils to pkg/ioutils 2014-09-03 11:36:21 +03:00
changes.go
commit.go
config.go Add daemon flag to specify public registry mirrors 2014-09-09 19:03:38 +00:00
container.go Use unlocked version of changes for GetImage 2014-09-12 11:44:51 +04: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 Cleanup: move image depth checks in image/ 2014-08-15 00:43:12 +00:00
daemon.go Ensure container names start with a-zA-Z0-9 2014-09-12 10:45:07 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
delete.go Use State as embedded to Container 2014-09-03 00:01:11 +04:00
export.go
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
inspect.go
kill.go
list.go Use State as embedded to Container 2014-09-03 00:01:11 +04:00
logs.go Use State as embedded to Container 2014-09-03 00:01:11 +04:00
monitor.go Use State as embedded to Container 2014-09-03 00:01:11 +04:00
network_settings.go
pause.go
resize.go
restart.go
start.go Use State as embedded to Container 2014-09-03 00:01:11 +04:00
state.go typo fix: immediatly -> immediately 2014-09-09 01:16:19 -04:00
state_test.go
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
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go Allow /etc/hosts and /etc/resolv.conf to be updated both outside and 2014-09-13 11:27:34 -07:00
wait.go Use State as embedded to Container 2014-09-03 00:01:11 +04:00

README.md

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver