1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Jessie Frazelle b66abaa291 Merge pull request #9625 from LK4D4/fix_race_in_sec_opts
Fix race condition between parseSecurityOpt and container.Mount
2014-12-12 11:34:59 -08:00
..
execdriver LXC CAP ADD CAP DROP IN TEMPLATE 2014-12-05 23:08:22 +00:00
graphdriver Merge pull request #9258 from rhvgoyal/transaction-id-improvements 2014-12-11 12:58:18 -05:00
networkdriver Try other port on any error from Map 2014-12-01 16:26:30 -08:00
attach.go
changes.go
commit.go
config.go fixes as per feedback 2014-12-03 12:46:23 +10:00
container.go Don't try release network in non-private modes 2014-12-10 11:59:32 -08:00
container_unit_test.go
copy.go
create.go Merge pull request #9089 from cpuguy83/8942_create_volumes_on_create 2014-12-03 15:42:09 -08:00
daemon.go Running a container that links to a container with --net host 2014-12-08 11:33:18 -08:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go Remove the last references to overlayfs 2014-12-03 14:06:19 +01:00
daemon_unit_test.go Move security opts to HostConfig 2014-11-25 01:02:30 +02:00
delete.go
exec.go Fix the issue when docker exec a paused container, it will always hang. 2014-12-05 03:10:44 +08:00
export.go
history.go
image_delete.go
info.go Return docker's root dir in docker -D info 2014-12-05 12:13:25 -08:00
inspect.go Report number of times that docker has auto-restarted a container 2014-12-12 09:40:11 -08:00
kill.go
list.go
logs.go
MAINTAINERS
monitor.go
network_settings.go
pause.go
README.md
resize.go
restart.go
start.go Fix race condition between parseSecurityOpt and container.Mount 2014-12-11 17:22:59 -08:00
state.go
state_test.go
stop.go
top.go
utils.go User should get error message on wrong config 2014-12-09 21:52:07 +00:00
utils_linux.go
utils_nolinux.go
utils_test.go User should get error message on wrong config 2014-12-09 21:52:07 +00:00
volumes.go Label standard mounts within loop 2014-12-01 14:54:14 -05: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