tree: f96f32dd32972f17dbd7ffa7f33c75b457b4bb9f [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. delete_test.go
  47. discovery.go
  48. exec.go
  49. exec_freebsd.go
  50. exec_linux.go
  51. exec_windows.go
  52. export.go
  53. history.go
  54. image_delete.go
  55. info.go
  56. inspect.go
  57. inspect_unix.go
  58. inspect_windows.go
  59. kill.go
  60. list.go
  61. logdrivers_linux.go
  62. logdrivers_windows.go
  63. logs.go
  64. monitor.go
  65. network.go
  66. pause.go
  67. README.md
  68. rename.go
  69. resize.go
  70. restart.go
  71. start.go
  72. state.go
  73. state_test.go
  74. stats.go
  75. stats_collector_unix.go
  76. stats_collector_windows.go
  77. stats_freebsd.go
  78. stats_linux.go
  79. stats_windows.go
  80. stop.go
  81. top_unix.go
  82. top_windows.go
  83. unpause.go
  84. utils_freebsd.go
  85. utils_linux.go
  86. utils_nounix.go
  87. utils_test.go
  88. volumes.go
  89. volumes_linux_unit_test.go
  90. volumes_unit_test.go
  91. volumes_unix.go
  92. volumes_windows.go
  93. 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