mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #5876 from timthelion/docs-daemon-readme
Add readme for daemon directory
This commit is contained in:
commit
40c8fc668c
1 changed files with 10 additions and 0 deletions
10
daemon/README.md
Normal file
10
daemon/README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
This directory contains code pertaining to running containers and storing images
|
||||
|
||||
Code pertaining to running containers:
|
||||
|
||||
- execdriver
|
||||
- networkdriver
|
||||
|
||||
Code pertaining to storing images:
|
||||
|
||||
- graphdriver
|
Loading…
Add table
Reference in a new issue