The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Find a file
Sebastiaan van Stijn e66e6bb28a
vendor: golang.org/x/sys v0.4.0
full diff: https://github.com/golang/sys/compare/v0.3.0...v0.4.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-01-17 14:09:18 +01:00
.github update to go1.19.5 2023-01-11 00:15:35 +01:00
api api/import: Guard from Digested instead of Canonical reference 2023-01-11 13:53:42 +01:00
builder libnetwork: return concrete-typed *Endpoint 2023-01-13 14:19:06 -05:00
cli
client
cmd cmd/dockerd: use default SIGQUIT behaviour 2023-01-10 17:11:54 -05:00
container Merge pull request #42264 from thaJeztah/update_the_update 2023-01-10 11:40:36 +01:00
contrib
daemon libnetwork: return concrete-typed *Endpoint 2023-01-13 14:19:06 -05:00
distribution Remove reference to "requireRegistryMatch" 2023-01-05 11:28:22 -08:00
dockerversion IAmStatic not used anymore 2023-01-01 18:03:02 +01:00
docs docs: api: synchronise versioned API docs (v1.39 - v1.41) 2023-01-10 16:42:44 +01:00
errdefs
hack Merge pull request #44748 from vvoland/buildflags-nopie-whenrace 2023-01-05 20:24:21 +01:00
image Merge pull request #43818 from thaJeztah/image_inspect 2023-01-06 17:40:15 +01:00
integration Fix volume CreatedAt being altered on initialization 2023-01-03 16:57:04 +01:00
integration-cli integration-cli: Fix hanging TestLogsFollowGoroutines* 2023-01-05 18:10:32 +01:00
internal
layer use errors.Is() to handle image store errors 2023-01-02 09:41:50 +01:00
libcontainerd
libnetwork libnetwork: Support IPv6 in arrangeUserFilterRule() (redux) 2023-01-14 19:11:44 -07:00
oci
opts
pkg Merge pull request #44789 from jg-public/specspath-to-registry 2023-01-14 15:09:12 -07:00
plugin plugins: Move GlobalSpecPaths into LocalRegistry 2023-01-10 21:33:49 +01:00
profiles
project graphdriver/btrfs: needs kernel headers >= 4.12, not >= 4.7 2023-01-08 05:04:47 +09:00
quota
reference
registry c8d/resolver: Fallback to http for insecure registries 2023-01-11 17:00:27 +01:00
reports
restartmanager restartmanager: remove RestartManager interface 2022-12-28 09:36:58 +01:00
runconfig
testutil
vendor vendor: golang.org/x/sys v0.4.0 2023-01-17 14:09:18 +01:00
volume Fix volume CreatedAt being altered on initialization 2023-01-03 16:57:04 +01:00
.dockerignore
.gitattributes
.gitignore hack: introduce validate/no-module 2022-12-12 18:39:06 -07:00
.mailmap
AUTHORS
codecov.yml
CONTRIBUTING.md CONTRIBUTING.md: drop reference to the Derek GitHub bot 2023-01-10 15:42:09 -07:00
docker-bake.hcl Dockerfile: add "all" stage to build binaries and extra tools 2023-01-01 18:03:04 +01:00
Dockerfile update to go1.19.5 2023-01-11 00:15:35 +01:00
Dockerfile.e2e update to go1.19.5 2023-01-11 00:15:35 +01:00
Dockerfile.simple update to go1.19.5 2023-01-11 00:15:35 +01:00
Dockerfile.windows update to go1.19.5 2023-01-11 00:15:35 +01:00
Jenkinsfile
LICENSE
MAINTAINERS
Makefile Dockerfile: rename dev stages 2023-01-01 18:03:03 +01:00
NOTICE
README.md
ROADMAP.md
SECURITY.md
TESTING.md
vendor.mod vendor: golang.org/x/sys v0.4.0 2023-01-17 14:09:18 +01:00
vendor.sum vendor: golang.org/x/sys v0.4.0 2023-01-17 14:09:18 +01:00
VENDORING.md

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.