The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Find a file
Akihiro Suda 7986f70a47
Merge pull request #46671 from thaJeztah/24.0_backport_update_x_net
[24.0 backport] vendor: golang.org/x/net v0.17.0
2023-10-20 11:34:55 +09:00
.github update to go1.20.10 2023-10-11 19:58:09 +02:00
api api/types/versions: rename max/min as it collides with go1.21 builtin 2023-09-28 14:19:59 +02:00
builder replace dockerfile/dockerignore with patternmatcher/ignorefile 2023-10-16 22:17:23 +02:00
cli cli/debug: use string-literals for easier grep'ing 2023-07-15 00:49:55 +02:00
client client: Client.postHijacked: use Client.buildRequest 2023-07-17 09:41:41 +02:00
cmd windows: fix --register-service when executed from within binary directory 2023-08-13 21:58:08 +02:00
container container: split security options to a SecurityOptions struct 2023-04-29 00:03:37 +02:00
contrib Update check-config.sh 2023-10-18 15:59:11 -06:00
daemon Merge pull request #46626 from AkihiroSuda/cherrypick-46564-24 2023-10-12 08:50:46 +02:00
distribution distribution: show image schema deprecation on all registries 2023-08-21 21:06:29 +02:00
dockerversion dockerversion: DockerUserAgent(): allow custom versions to be passed 2023-06-02 11:41:09 +02:00
docs docs/api: update links to Go documentation 2023-08-25 16:22:32 +02:00
errdefs errdefs: FromStatusCode() don't log "FIXME" debug message 2022-12-20 16:03:46 +01:00
hack update containerd binary to v1.7.6 2023-09-15 12:22:39 +02:00
image c8d/builder: Don't drop fields from created image 2023-08-24 12:47:56 +02:00
integration integration/internal/swarm: rename max/min as it collides with go1.21 builtin 2023-09-28 14:20:46 +02:00
integration-cli integration-cli: use string-literals for easier grep'ing 2023-07-15 00:49:35 +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 libcontainerd/windows: Don't reap on failure 2023-09-18 12:28:03 +02:00
libnetwork ipam: Replace ChildSubnet with parent Subnet when its mask is bigger 2023-09-14 17:50:01 +02:00
oci Do not drop effective&permitted set 2023-08-13 22:26:45 +02:00
opts opts: use string-literals for easier grep'ing 2023-07-15 00:51:09 +02:00
pkg Limit OOMScoreAdj when running in UserNS ("Rootful-in-Rootless") 2023-10-12 07:29:15 +09:00
plugin fixing consistent aliases for OCI spec imports 2023-06-01 17:22:49 +02:00
profiles seccomp: add name_to_handle_at to allowlist 2023-06-28 05:46:56 -06:00
project daemon: remove deprecated AuFS storage driver 2023-04-15 01:27:16 +02:00
quota quota: remove gotest.tools from testhelpers 2023-07-17 23:12:28 +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: rename max/min as it collides with go1.21 builtin 2023-09-28 14:19:51 +02:00
runconfig api/server: allow empty body for POST /commit again 2023-05-18 16:06:57 -04:00
testutil update golangci-lint to v1.54.2 2023-08-25 16:24:36 +02:00
vendor vendor: golang.org/x/net v0.17.0 2023-10-18 15:41:39 +02:00
volume volume/local: Don't unmount, restore mounted status 2023-08-29 19:59:05 +02: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: update links to golang docs and blog 2023-08-25 16:22:35 +02:00
docker-bake.hcl ci(bin-image): clean up env var handling 2023-08-21 14:02:54 -06:00
Dockerfile update to go1.20.10 2023-10-11 19:58:09 +02:00
Dockerfile.simple update to go1.20.10 2023-10-11 19:58:09 +02:00
Dockerfile.windows update to go1.20.10 2023-10-11 19:58:09 +02:00
Jenkinsfile remove s390x and ppc64ls pipelines 2023-08-14 18:46:28 +02: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 hack: use long SHA for DOCKER_GITCOMMIT 2023-08-21 14:02:56 -06: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 vendor: golang.org/x/net v0.17.0 2023-10-18 15:41:39 +02:00
vendor.sum vendor: golang.org/x/net v0.17.0 2023-10-18 15:41:39 +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.