tree: 7da0909f7ff88bcae6767659bb2f90b1da272d58 [path history] [tgz]
  1. archive/
  2. broadcastwriter/
  3. chrootarchive/
  4. common/
  5. devicemapper/
  6. directory/
  7. fileutils/
  8. graphdb/
  9. homedir/
  10. httputils/
  11. ioutils/
  12. iptables/
  13. jsonlog/
  14. listenbuffer/
  15. mflag/
  16. mount/
  17. namesgenerator/
  18. networkfs/
  19. parsers/
  20. pools/
  21. progressreader/
  22. promise/
  23. proxy/
  24. pubsub/
  25. reexec/
  26. signal/
  27. stdcopy/
  28. symlink/
  29. sysinfo/
  30. system/
  31. systemd/
  32. tailfile/
  33. tarsum/
  34. term/
  35. testutils/
  36. timeoutconn/
  37. timeutils/
  38. truncindex/
  39. ulimit/
  40. units/
  41. urlutil/
  42. version/
  43. README.md
pkg/README.md

pkg/ is a collection of utility packages used by the Docker project without being specific to its internals.

Utility packages are kept separate from the docker core codebase to keep it as small and concise as possible. If some utilities grow larger and their APIs stabilize, they may be moved to their own repository under the Docker organization, to facilitate re-use by other projects. However that is not the priority.

The directory pkg is named after the same directory in the camlistore project. Since Brad is a core Go maintainer, we thought it made sense to copy his methods for organizing Go code :) Thanks Brad!

Because utility packages are small and neatly separated from the rest of the codebase, they are a good place to start for aspiring maintainers and contributors. Get in touch if you want to help maintain them!