moby--moby/daemon
Michael Crosby 72e9015591 Merge pull request #7694 from eyakubovich/master
Add an option to disable IP masquerading
2014-09-18 18:33:45 -07:00
..
execdriver Merge pull request #8062 from vishh/run_in_phase2 2014-09-16 23:56:12 +04:00
graphdriver graphdriver interface name change, typo fix 2014-09-16 15:10:32 -07:00
networkdriver Add an option to disable IP masquerading 2014-09-16 20:00:15 -07:00
MAINTAINERS
README.md
attach.go Adding docker exec support in CLI. 2014-09-16 19:24:25 +00:00
changes.go
commit.go
config.go Add an option to disable IP masquerading 2014-09-16 20:00:15 -07:00
container.go Merge pull request #8019 from thockin/add-host 2014-09-16 17:19:16 -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 Add "docker create" support 2014-09-16 18:40:24 -04:00
daemon.go Merge pull request #7694 from eyakubovich/master 2014-09-18 18:33:45 -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
exec.go Adding docker exec support in CLI. 2014-09-16 19:24:25 +00: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 Proper JSON handling of strings that could be represented as other types 2014-09-16 13:51:02 -04:00
kill.go
list.go Use State as embedded to Container 2014-09-03 00:01:11 +04:00
logs.go add the timeutils package 2014-09-17 14:30:08 +03:00
monitor.go Use State as embedded to Container 2014-09-03 00:01:11 +04:00
network_settings.go
pause.go
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
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 Fix #7792 - Order mounts 2014-09-16 14:51:06 -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