The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Find a file
Sebastiaan van Stijn 890959eea8
builder-next: fix buildkit version
Update the version manually (we don't have automation for this yet), and
add a comment to vendor.mod to help users remind to update it.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-14 10:44:27 +02:00
.github Added timeout to validate job in github actions 2023-04-11 18:52:57 +05:30
api Merge pull request #45300 from thaJeztah/errdefs_alias 2023-04-13 16:20:49 +02:00
builder builder-next: fix buildkit version 2023-04-14 10:44:27 +02:00
cli cli: remove cli/config package, integrate into cmd/dockerd 2022-12-14 12:52:40 +01:00
client client: deprecate NewClient properly 2023-03-31 16:15:01 -04:00
cmd Merge pull request #45315 from thaJeztah/deprecate_oom_score_adjust 2023-04-14 00:06:58 +02:00
container Resolve and store manifest when creating container 2023-03-06 15:13:36 +01:00
contrib Fix argument quoting bugs in dockerd-rootless.sh 2023-04-13 16:35:09 +02:00
daemon Merge pull request #45270 from vvoland/c8d-prune-upstream 2023-04-14 02:29:38 +02:00
distribution use consistent alias for containerd's errdefs package 2023-04-08 19:30:33 +02:00
dockerversion dockerversion: DockerUserAgent(): use sync.Once to construct User-Agent 2023-03-22 15:35:59 +01:00
docs api: Remove <none> in Repo(Tags|Digests) for >= 1.43 2023-02-27 19:44:43 +01:00
errdefs errdefs: FromStatusCode() don't log "FIXME" debug message 2022-12-20 16:03:46 +01:00
hack golangci-lint: enable importas linter to force consistent aliases 2023-04-08 20:03:27 +02:00
image docs: fix JSON format error 2023-02-03 08:16:48 +00:00
integration use consistent alias for containerd's errdefs package 2023-04-08 19:30:33 +02:00
integration-cli integration-cli: rename vars that collided with imports 2023-04-03 20:01:05 +02:00
internal Add reusable chroot and unshare utilities 2022-10-26 12:06:31 -04:00
layer layer: NewStoreFromOptions(): include driver-name in error message 2023-03-06 13:06:16 +01:00
libcontainerd Merge pull request #45315 from thaJeztah/deprecate_oom_score_adjust 2023-04-14 00:06:58 +02:00
libnetwork Merge pull request #44965 from akerouanton/libnetwork-dead-code 2023-04-11 17:09:45 +02:00
oci Merge pull request #44275 from thaJeztah/move_pkg_system_funcs 2022-12-16 15:25:41 +01:00
opts Make default options for newly created networks configurable 2023-03-01 07:58:26 +01:00
pkg pkg/fileutils: remove aliases for deprecated functions and types 2023-04-03 15:00:51 +02:00
plugin use consistent alias for containerd's errdefs package 2023-04-08 19:30:33 +02:00
profiles profiles/apparmor: remove version-conditional constraints (< 2.8.96) 2023-02-08 18:04:04 +01:00
project graphdriver/btrfs: needs kernel headers >= 4.12, not >= 4.7 2023-01-08 05:04:47 +09:00
quota gofmt GoDoc comments with go1.19 2022-07-08 19:56:23 +02:00
reference reference: add test-coverage for digested references 2023-03-06 13:01:35 +01:00
registry registry/search: pass User-Agent through headers 2023-03-21 14:41:29 +01:00
reports Fix typos 2018-05-16 09:15:43 +08:00
restartmanager restartmanager: remove RestartManager interface 2022-12-28 09:36:58 +01:00
runconfig hostconfig: move unit tests to api/types/container 2022-12-27 22:31:37 +01:00
testutil StartWithLogFile: Fix d.cmd race 2023-03-20 16:16:44 +01:00
vendor Merge pull request #45301 from thaJeztah/vendor_sctp 2023-04-12 12:41:44 +02:00
volume Use GetBoolOrDefault to remove duplicated invalidFilter usages 2023-01-26 16:28:53 +01:00
.dockerignore ignorefiles: cleanup 2022-11-21 18:43:42 -07:00
.gitattributes chore: fix linguist for Dockerfile 2022-04-27 06:38:41 +02:00
.gitignore hack: introduce validate/no-module 2022-12-12 18:39:06 -07:00
.mailmap .mailmap: cleanup and additions 2022-11-30 12:05:31 +01:00
AUTHORS regenerate AUTHORS 2023-03-06 17:11:00 +01:00
codecov.yml codecov: disable "patch" status 2022-06-07 17:24:46 +02:00
CONTRIBUTING.md CONTRIBUTING.md: drop reference to the Derek GitHub bot 2023-01-10 15:42:09 -07:00
docker-bake.hcl Dockerfile: smoke tests for static builds 2023-01-18 18:46:53 +01:00
Dockerfile Dockerfile: update xx to 1.2.1 2023-04-11 11:22:53 +02:00
Dockerfile.e2e update go to go1.20.3 2023-04-05 14:24:07 +02:00
Dockerfile.simple update go to go1.20.3 2023-04-05 14:24:07 +02:00
Dockerfile.windows update go to go1.20.3 2023-04-05 14:24:07 +02:00
Jenkinsfile Jenkinsfile: Fix dev image build fox ppc64le/s390x archs 2022-11-29 11:59:09 +01:00
LICENSE Update LICENSE 2018-09-12 14:27:53 +01:00
MAINTAINERS Add akerouanton as curator 2023-03-28 11:01:28 +02:00
Makefile Dockerfile: rename dev stages 2023-01-01 18:03:03 +01:00
NOTICE switch kr/pty to creack/pty v1.1.7 2019-07-29 16:59:08 -07:00
README.md Fix grammar in README.md 2022-11-10 19:49:41 +00:00
ROADMAP.md Fix some typos in ROADMAP.md 2019-01-25 14:27:13 +08:00
SECURITY.md Update SECURITY.md to have an option to keep name anonymous if requested. 2019-06-18 16:37:16 +00:00
TESTING.md TESTING.md: note that integration-cli is deprecated 2020-12-18 07:51:46 +01:00
vendor.mod builder-next: fix buildkit version 2023-04-14 10:44:27 +02:00
vendor.sum Merge pull request #45301 from thaJeztah/vendor_sctp 2023-04-12 12:41:44 +02:00
VENDORING.md fix the bare url and the Summary of http://semver.org 2017-01-17 16:20:11 +08:00

The Moby Project

Moby Project logo

Moby is an open-source project created by Docker to enable and accelerate software containerization.

It provides a "Lego set" of toolkit components, the framework for assembling them into custom container-based systems, and a place for all container enthusiasts and professionals to experiment and exchange ideas. Components include container build tools, a container registry, orchestration tools, a runtime and more, and these can be used as building blocks in conjunction with other tools and projects.

Principles

Moby is an open project guided by strong principles, aiming to be modular, flexible and without too strong an opinion on user experience. It is open to the community to help set its direction.

  • Modular: the project includes lots of components that have well-defined functions and APIs that work together.
  • Batteries included but swappable: Moby includes enough components to build fully featured container systems, but its modular architecture ensures that most of the components can be swapped by different implementations.
  • Usable security: Moby provides secure defaults without compromising usability.
  • Developer focused: The APIs are intended to be functional and useful to build powerful tools. They are not necessarily intended as end user tools but as components aimed at developers. Documentation and UX is aimed at developers not end users.

Audience

The Moby Project is intended for engineers, integrators and enthusiasts looking to modify, hack, fix, experiment, invent and build systems based on containers. It is not for people looking for a commercially supported system, but for people who want to work and learn with open source code.

Relationship with Docker

The components and tools in the Moby Project are initially the open source components that Docker and the community have built for the Docker Project. New projects can be added if they fit with the community goals. Docker is committed to using Moby as the upstream for the Docker Product. However, other projects are also encouraged to use Moby as an upstream, and to reuse the components in diverse ways, and all these uses will be treated in the same way. External maintainers and contributors are welcomed.

The Moby project is not intended as a location for support or feature requests for Docker products, but as a place for contributors to work on open source code, fix bugs, and make the code more useful. The releases are supported by the maintainers, community and users, on a best efforts basis only, and are not intended for customers who want enterprise or commercial support; Docker EE is the appropriate product for these use cases.


Legal

Brought to you courtesy of our legal counsel. For more context, please see the NOTICE document in this repo.

Use and transfer of Moby may be subject to certain restrictions by the United States and other governments.

It is your responsibility to ensure that your use and/or transfer does not violate applicable laws.

For more information, please see https://www.bis.doc.gov

Licensing

Moby is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.