Brian Goff 91e0141784 Merge pull request #33485 from tpot/33484-fix-file-perm-octal 8 年之前
..
aaparser dd340c52cb apparmor: make pkg/aaparser work on read-only root 8 年之前
archive 41eb61d5c2 Respect tar entries modes when rewriting them on Windows 8 年之前
authorization 38de272bd4 When authz plugin is disabled, remove from authz middleware chain. 8 年之前
broadcaster 572ce80230 Improved push and pull with upload manager and download manager 9 年之前
chrootarchive 087f7307a6 pkg/{chroot,}archive: clean up a few small issues 8 年之前
devicemapper d764d8b166 Ensure that a device mapper task is referenced until task is complete 8 年之前
directory cd53ec5244 Fix filepath.Walk misusage in pkg/directory 9 年之前
discovery 62cc802f61 Update docker daemon to dockerd 8 年之前
filenotify c35ea6b2cd Use octal values for file mode in filenotify poller and sysinfo_linux tests 8 年之前
fileutils 9484c3bd81 Enable a unit test on windows. 8 年之前
fsutils 418e612383 pkg: return directly without ifs where possible 8 年之前
gitutils 493a6c3d41 Allow checking out any ref in gitutils 8 年之前
homedir b86e3bee5a gcplogs: forcibly set HOME on static UNIX binary 8 年之前
httputils 3551893f46 Fix escaped go vet error 8 年之前
idtools 418e612383 pkg: return directly without ifs where possible 8 年之前
ioutils 2445e6b99d move multireader out of /pkg 8 年之前
jsonlog a23c456e5a pkg/*: clean up a few issues 8 年之前
jsonmessage a771c16834 Update the stream formatter to display custom unit numbers. 8 年之前
listeners 169c013911 Don't error with empty group 8 年之前
locker f1a19fa8c0 fix some typos 8 年之前
longpath 6d223febda Windows: Fixing longpath hanlding of UNC paths. 9 年之前
loopback 85357a1167 Make pkg/devicemapper and pkg/loopback depend on cgo in build tags 8 年之前
mount 54dcbab25e Do not remove containers from memory on error 8 年之前
namesgenerator 234b2203e5 Add Johannes Kepler and Mary Jackson to name generator 8 年之前
parsers 925bc27b81 Fix building client on OpenBSD 8 年之前
pidfile 418e612383 pkg: return directly without ifs where possible 8 年之前
platform bdc87676bf Increase the Coverage of pkg/platform 8 年之前
plugingetter 428600108c plugingetter: Avoid all caps for constant declarations 8 年之前
plugins 62871ef2fa Do not reuse a http.Request after a failure in callWithRetry 8 年之前
pools 836f347cb0 pkg/pool: no need for double pointer for sync.Pool 8 年之前
progress a771c16834 Update the stream formatter to display custom unit numbers. 8 年之前
promise b845a62149 Move Go() promise-like func from utils to pkg/promise 10 年之前
pubsub 91fdfdd537 Revert "use pubsub instead of filenotify to follow json logs" 9 年之前
random 927b334ebf Fix typos found across repository 9 年之前
reexec 1e65db4206 First header should be a top level header 8 年之前
registrar a23c456e5a pkg/*: clean up a few issues 8 年之前
signal 0bd720b28d Move stack dump dir to exec root 8 年之前
stdcopy f19b0d72d1 fix docker logs error handling 8 年之前
streamformatter a771c16834 Update the stream formatter to display custom unit numbers. 8 年之前
stringid 9f3046f9a0 Move imageID validation to stringid pkg 8 年之前
stringutils 7c3657065c change minor mistake of spelling 8 年之前
symlink da8cf590eb Update copyright dates 8 年之前
sysinfo 91e0141784 Merge pull request #33485 from tpot/33484-fix-file-perm-octal 8 年之前
system 54dcbab25e Do not remove containers from memory on error 8 年之前
tailfile 63904eb674 Change reading order of tailfile 8 年之前
tarsum f95f58283b Add support for COPY from previous rootfs 8 年之前
templates 5766317e33 Disable HTML escaping for JSON in formatter 8 年之前
term df6dfcf198 [pkg/term] switch more syscalls to /x/sys/ 8 年之前
testutil b0ba39d431 Use `cli` for trusted relate command 8 年之前
tlsconfig 66a5e34cc4 Use system ca pool from tlsconfig 8 年之前
truncindex 57dada5338 Fix non thread-safe Iteration around go-patricia 8 年之前
urlutil 90a44b875c pkg/urlutil: don't compare to bool 8 年之前
useragent 927b334ebf Fix typos found across repository 9 年之前
README.md 652c2c2a80 Add README to pkg 11 年之前

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!