Open-Source Wikis

/

Moby

/

Packages

moby/moby

Packages

The repo contains three Go modules. Two are intended for external use; the third is the daemon itself.

Module Path Stability
github.com/moby/moby/v2 repo root No library API guarantees. Daemon binaries only.
github.com/moby/moby/api api/ Independent SemVer (api/v1.x.x).
github.com/moby/moby/client client/ Independent SemVer (client/v1.x.x).

Beyond the modules, two utility tree-roots are worth knowing about:

  • pkg/ — the legacy public utility packages. New code does not go here.
  • internal/ and daemon/internal/ — internal helpers that should not be imported outside the module.

The deprecated github.com/docker/docker/... import paths are no longer maintained as of Docker v29. The migration guide in README.md shows the renaming.

Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.

Packages – Moby wiki | Factory