Victor Vieux 40c8fc668c Merge pull request #5876 from timthelion/docs-daemon-readme 11 years ago
..
execdriver 0abad3ae22 Don't drop CAP_FOWNER in the container. Also sorts the list of allowed 11 years ago
graphdriver 39d244a593 devmapper: Remove sys.go mocking framework 11 years ago
networkdriver 80fca061e7 Change ip allocation logic 11 years ago
README.md b175b4dd43 Add readme for daemon directory 11 years ago
attach.go 41cfaa738c Move Attach from container to daemon 11 years ago
container.go 4af465fccf Merge pull request #5720 from cyphar/5656-cp-absolute-paths 11 years ago
container_unit_test.go 359b7df5d2 Rename runtime/* to daemon/* 11 years ago
daemon.go de406b69f3 Merge pull request #5798 from unclejack/fix_startup_speed 11 years ago
daemon_aufs.go 359b7df5d2 Rename runtime/* to daemon/* 11 years ago
daemon_btrfs.go 359b7df5d2 Rename runtime/* to daemon/* 11 years ago
daemon_devicemapper.go 359b7df5d2 Rename runtime/* to daemon/* 11 years ago
daemon_no_aufs.go 359b7df5d2 Rename runtime/* to daemon/* 11 years ago
history.go e963179c79 don't call sort for every add in history 11 years ago
network_settings.go d54dec4d8b Fix port mapping in ps display for public and private 11 years ago
server.go 359b7df5d2 Rename runtime/* to daemon/* 11 years ago
state.go d33b4655c4 Move duration and size to units pkg 11 years ago
utils.go 359b7df5d2 Rename runtime/* to daemon/* 11 years ago
utils_test.go 359b7df5d2 Rename runtime/* to daemon/* 11 years ago
volumes.go 0fb507dc23 daemon: *: refactored container resource path generation 11 years ago

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