tree: 19e4cc3767d9c54e6638786d55543f838ad09b3c [path history] [tgz]
  1. daemonbuilder/
  2. events/
  3. execdriver/
  4. graphdriver/
  5. links/
  6. logger/
  7. network/
  8. archive.go
  9. archive_unix.go
  10. archive_windows.go
  11. attach.go
  12. changes.go
  13. commit.go
  14. config.go
  15. config_experimental.go
  16. config_stub.go
  17. config_unix.go
  18. config_windows.go
  19. container.go
  20. container_unit_test.go
  21. container_unix.go
  22. container_windows.go
  23. create.go
  24. create_unix.go
  25. create_windows.go
  26. daemon.go
  27. daemon_aufs.go
  28. daemon_btrfs.go
  29. daemon_devicemapper.go
  30. daemon_experimental.go
  31. daemon_linux.go
  32. daemon_linux_test.go
  33. daemon_no_aufs.go
  34. daemon_overlay.go
  35. daemon_stub.go
  36. daemon_test.go
  37. daemon_unix.go
  38. daemon_unix_test.go
  39. daemon_unsupported.go
  40. daemon_windows.go
  41. daemon_zfs.go
  42. debugtrap_unix.go
  43. debugtrap_unsupported.go
  44. debugtrap_windows.go
  45. delete.go
  46. discovery.go
  47. exec.go
  48. exec_freebsd.go
  49. exec_linux.go
  50. exec_windows.go
  51. export.go
  52. history.go
  53. image_delete.go
  54. info.go
  55. inspect.go
  56. inspect_unix.go
  57. inspect_windows.go
  58. kill.go
  59. list.go
  60. logdrivers_linux.go
  61. logdrivers_windows.go
  62. logs.go
  63. monitor.go
  64. network.go
  65. pause.go
  66. README.md
  67. rename.go
  68. resize.go
  69. restart.go
  70. start.go
  71. state.go
  72. state_test.go
  73. stats.go
  74. stats_collector_unix.go
  75. stats_collector_windows.go
  76. stats_freebsd.go
  77. stats_linux.go
  78. stats_windows.go
  79. stop.go
  80. top_unix.go
  81. top_windows.go
  82. unpause.go
  83. utils_freebsd.go
  84. utils_linux.go
  85. utils_nounix.go
  86. utils_test.go
  87. volumes.go
  88. volumes_linux_unit_test.go
  89. volumes_unit_test.go
  90. volumes_unix.go
  91. volumes_windows.go
  92. wait.go
daemon/README.md

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver