暂无描述

Sebastiaan van Stijn 597ab901b9 Merge pull request #46079 from vvoland/c8d-missing-config 2 年之前
.github 0ec73a7892 vendor: github.com/moby/buildkit v0.11.7-dev 2 年之前
api d713b7ed45 api/server/router/network: remove unused Backend.FindNetwork 2 年之前
builder 64c6f72988 libnetwork: remove Network interface 2 年之前
cli c3d533f37f cli/debug: use string-literals for easier grep'ing 2 年之前
client 427f95c4e6 Merge pull request #45978 from thaJeztah/client_docs_touch_up 2 年之前
cmd 0c2699da27 Merge pull request #45737 from pkwarren/pkw/issue-44940-dockerd-json-logs 2 年之前
container 74da6a6363 Switch all logging to use containerd log pkg 2 年之前
contrib e010223186 contrib/busybox: Update to FRP-5007-g82accfc19 2 年之前
daemon 597ab901b9 Merge pull request #46079 from vvoland/c8d-missing-config 2 年之前
distribution 846bcd7dd1 distribution: format code with gofumpt 2 年之前
dockerversion a6da1480b5 dockerversion: DockerUserAgent(): allow custom versions to be passed 2 年之前
docs 2216d3ca8d Add health start interval 2 年之前
errdefs 2e67c827bb errdefs: FromStatusCode() don't log "FIXME" debug message 2 年之前
hack 48cc28e4ef hack/integration: Add TEST_INTEGRATION_FAIL_FAST 2 年之前
image 74da6a6363 Switch all logging to use containerd log pkg 2 年之前
integration 10aff57b26 Merge pull request #46037 from AkihiroSuda/rro-remove-short 2 年之前
integration-cli ad2760ec80 integration: Move image filter tests to integration 2 年之前
internal 735537d6b1 replace gogofast with gogofaster extension 2 年之前
layer b2663a0f73 layer: format code with gofumpt 2 年之前
libcontainerd 0c2699da27 Merge pull request #45737 from pkwarren/pkw/issue-44940-dockerd-json-logs 2 年之前
libnetwork 02dc5ea720 libnetwork/datastore: remove Store.KVStore() 2 年之前
oci 74da6a6363 Switch all logging to use containerd log pkg 2 年之前
opts c90229ed9a api/types: move system info types to api/types/system 2 年之前
pkg 0f7bf67f83 pkg/plugins: TestGet(): use sub-tests 2 年之前
plugin 83b2daca6a plugin: format code with gofumpt 2 年之前
profiles 169fab5146 profiles/seccomp: format code with gofumpt 2 年之前
project dc11d2a2d8 remove deprecated devicemapper storage-driver 2 年之前
quota 1aa17222e7 quota: remove gotest.tools from testhelpers 2 年之前
reference ac1514abf4 reference: format code with gofumpt 2 年之前
registry c5c977855d registry: session.searchRepositories(): return typed error, and small cleanup 2 年之前
reports f781ec45b5 Fix typos 7 年之前
restartmanager 99968eec3f restartmanager: format code with gofumpt 2 年之前
runconfig 425ccb1241 runconfig: format code with gofumpt 2 年之前
testutil e1db9e9848 testutil: use dummyhost for non-tcp connections 2 年之前
vendor 126a089382 vendor: github.com/opencontainers/runtime-spec v1.1.0 2 年之前
volume 483a1933a2 volume: remove the short RRO forms in favor of the long forms 2 年之前
.dockerignore 4f17d17009 ignorefiles: cleanup 2 年之前
.gitattributes 314a47492a chore: fix linguist for Dockerfile 3 年之前
.gitignore 25c3421802 hack: introduce validate/no-module 2 年之前
.mailmap 6cba44277f AUTHORS,.mailmap: update with recent contributors 2 年之前
AUTHORS 6cba44277f AUTHORS,.mailmap: update with recent contributors 2 年之前
CONTRIBUTING.md 8d1e56e210 CONTRIBUTING.md: drop reference to the Derek GitHub bot 2 年之前
Dockerfile df86d855f5 Dockerfile: update runc binary to v1.1.8 2 年之前
Dockerfile.simple 235cd6c6b2 Dockerfile(.simple): align APT_MIRROR support 2 年之前
Dockerfile.windows 1ead2dd35d update go to go1.20.6 2 年之前
Jenkinsfile a1d2132bf6 Dockerfile: use default apt mirrors 2 年之前
LICENSE 68906e6dcd Update LICENSE 6 年之前
MAINTAINERS a2e9ae0055 Merge pull request #45895 from thaJeztah/albin_maintainer 2 年之前
Makefile 48cc28e4ef hack/integration: Add TEST_INTEGRATION_FAIL_FAST 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 a1d2132bf6 Dockerfile: use default apt mirrors 2 年之前
vendor.mod 126a089382 vendor: github.com/opencontainers/runtime-spec v1.1.0 2 年之前
vendor.sum 126a089382 vendor: github.com/opencontainers/runtime-spec v1.1.0 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.