説明なし

Sebastiaan van Stijn a5d46a15f5 split GetRepository from ImageService 2 年 前
.github f6cc8e3512 update go to go1.20.3 2 年 前
api f537ef5746 Merge pull request #44963 from vvoland/c8d-push-upstream 2 年 前
builder 0ac3bf837b builder-next: disable mergeop and diffop 2 年 前
cli ef7ab7bde8 cli: remove cli/config package, integrate into cmd/dockerd 2 年 前
client 6b9968e8b1 client: deprecate NewClient properly 2 年 前
cmd a5d46a15f5 split GetRepository from ImageService 2 年 前
container a34060cdb4 Resolve and store manifest when creating container 2 年 前
contrib 4aa2876c75 docker-rootless-setuptools.sh: improve readability of messages 2 年 前
daemon a5d46a15f5 split GetRepository from ImageService 2 年 前
distribution 7b3acdff5d registry: return concrete service type 2 年 前
dockerversion 66dfc0169f dockerversion: DockerUserAgent(): use sync.Once to construct User-Agent 2 年 前
docs 248745004a api: Remove <none> in Repo(Tags|Digests) for >= 1.43 2 年 前
errdefs 2e67c827bb errdefs: FromStatusCode() don't log "FIXME" debug message 2 年 前
hack 77be7b777c update runc binary to v1.1.5 2 年 前
image 521c2b25c2 docs: fix JSON format error 2 年 前
integration fed1c96e10 TestDaemonRestartKillContainers: Fix loop capture 2 年 前
integration-cli 3beda17773 integration-cli: rename vars that collided with imports 2 年 前
internal 60ee6f739f Add reusable chroot and unshare utilities 2 年 前
layer 22f303e422 layer: NewStoreFromOptions(): include driver-name in error message 2 年 前
libcontainerd 36935bd869 libcontainerd: close stdin sync if possible 2 年 前
libnetwork 4d04068184 libn/d/overlay: only program xt_bpf rules 2 年 前
oci 6371675bf9 Merge pull request #44275 from thaJeztah/move_pkg_system_funcs 2 年 前
opts 91c2b12205 Make default options for newly created networks configurable 2 年 前
pkg e59f7fba6a pkg/fileutils: remove aliases for deprecated functions and types 2 年 前
plugin 11261594d8 Merge pull request #45032 from corhere/shim-opts 2 年 前
profiles 7008a51449 profiles/apparmor: remove version-conditional constraints (< 2.8.96) 2 年 前
project 89fb8b32f6 graphdriver/btrfs: needs kernel headers >= 4.12, not >= 4.7 2 年 前
quota 52c1a2fae8 gofmt GoDoc comments with go1.19 3 年 前
reference f52e935f36 reference: add test-coverage for digested references 2 年 前
registry cb76638699 registry/search: pass User-Agent through headers 2 年 前
reports f781ec45b5 Fix typos 7 年 前
restartmanager c5d4b6b311 restartmanager: remove RestartManager interface 2 年 前
runconfig e155cb4fee hostconfig: move unit tests to api/types/container 2 年 前
testutil 88992de283 StartWithLogFile: Fix d.cmd race 2 年 前
vendor 3f09316e3b vendor: re-vendor to add missing file 2 年 前
volume a654cbfd2f Use GetBoolOrDefault to remove duplicated invalidFilter usages 2 年 前
.dockerignore 4f17d17009 ignorefiles: cleanup 2 年 前
.gitattributes 314a47492a chore: fix linguist for Dockerfile 3 年 前
.gitignore 25c3421802 hack: introduce validate/no-module 2 年 前
.mailmap 672383bc56 .mailmap: cleanup and additions 2 年 前
AUTHORS 117cdb28ce regenerate AUTHORS 2 年 前
CONTRIBUTING.md 8d1e56e210 CONTRIBUTING.md: drop reference to the Derek GitHub bot 2 年 前
Dockerfile f6cc8e3512 update go to go1.20.3 2 年 前
Dockerfile.e2e f6cc8e3512 update go to go1.20.3 2 年 前
Dockerfile.simple f6cc8e3512 update go to go1.20.3 2 年 前
Dockerfile.windows f6cc8e3512 update go to go1.20.3 2 年 前
Jenkinsfile f7e59cbccc Jenkinsfile: Fix dev image build fox ppc64le/s390x archs 2 年 前
LICENSE 68906e6dcd Update LICENSE 7 年 前
MAINTAINERS 4f511bd06e Add akerouanton as curator 2 年 前
Makefile b565b496ba Dockerfile: rename dev stages 2 年 前
NOTICE 0595c01718 switch kr/pty to creack/pty v1.1.7 6 年 前
README.md 81ccfd44e4 Fix grammar in README.md 2 年 前
ROADMAP.md 974294600f Fix some typos in ROADMAP.md 6 年 前
SECURITY.md 1d792e6bba Update SECURITY.md to have an option to keep name anonymous if requested. 6 年 前
TESTING.md 7ba1af38b8 TESTING.md: note that integration-cli is deprecated 4 年 前
VENDORING.md 1f925d1d5c fix the bare url and the Summary of http://semver.org 8 年 前
codecov.yml b2795564dc codecov: disable "patch" status 3 年 前
docker-bake.hcl 518be73a5c Dockerfile: smoke tests for static builds 2 年 前
vendor.mod 61a0e79ad6 vendor: github.com/containerd/containerd v1.6.20 2 年 前
vendor.sum 61a0e79ad6 vendor: github.com/containerd/containerd v1.6.20 2 年 前

README.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.