説明なし

Sebastiaan van Stijn 059e2ca135 bump imdario/mergo v0.3.7 6 年 前
.github 4627bc8a26 Remove myself from codeowners 😅 6 年 前
api 2e1cfbca03 Merge pull request #39021 from imxyb/err-is-always-nil 6 年 前
builder c334a87aec Remove deprecated filter functions 6 年 前
cli ec87479b7e allow running `dockerd` in an unprivileged user namespace (rootless mode) 6 年 前
client e8382ece65 api: add undocumented /grpc endpoint to talk to GRPC services 6 年 前
cmd 3bc02fc040 fix containerd WaitTimeout 6 年 前
container 20dde01848 Move EnableServiceDiscoveryOnDefaultNetwork to container-operations 6 年 前
contrib 0ac8cbf747 Merge pull request #39000 from mrueg/openrc-set 6 年 前
daemon b9b5dc37e3 Remove inmemory container map 6 年 前
distribution d283c7fa2b *: remove interfacer linter from CI 6 年 前
dockerversion c65f0bd13c Remove version-checks for containerd and runc 6 年 前
docs 213e49b8f1 change WindowsContainers.md to README.md 6 年 前
errdefs 7d4b788381 errdefs: remove "ErrAlreadyExists" because it's not an error 6 年 前
hack d43a41d7af Update runc 029124da7af7360afa781a0234d1b083550f797c 6 年 前
image 8ad6dcf2a5 Merge pull request #38888 from quasilyte/fix_copying 6 年 前
integration 7a337ec3c4 Merge pull request #38990 from tiborvass/http-grpc 6 年 前
integration-cli 6345208b9b Replace some checkers and assertions with gotest.tools 6 年 前
internal ba0afa6ba8 internal: test/env: switch to assert.TestingT 6 年 前
layer 5846db10af layer/layer_store: ensure NewInputTarStream resources are released 6 年 前
libcontainerd b9b5dc37e3 Remove inmemory container map 6 年 前
oci 80d7bfd54d Capabilities refactor 6 年 前
opts ec87479b7e allow running `dockerd` in an unprivileged user namespace (rootless mode) 6 年 前
pkg 58d862574c fix parseInfoFile does not handle spaces in filenames 6 年 前
plugin b9b5dc37e3 Remove inmemory container map 6 年 前
profiles 665741510a seccomp: whitelist io_pgetevents() 6 年 前
project c133553154 REVIEWING.md: Fix status 4 merge label 6 年 前
reference f7e5154f37 Merge pull request #37781 from mtrmac/reference-race-upstream 6 年 前
registry d283c7fa2b *: remove interfacer linter from CI 6 年 前
reports f781ec45b5 Fix typos 7 年 前
restartmanager 4f0d95fa6e Add canonical import comment 7 年 前
rootless ec87479b7e allow running `dockerd` in an unprivileged user namespace (rootless mode) 6 年 前
runconfig 9b0097a699 Format code with gofmt -s from go-1.11beta1 7 年 前
vendor 059e2ca135 bump imdario/mergo v0.3.7 6 年 前
volume 3449b12cc7 Use assert.NilError() instead of assert.Assert() 6 年 前
.DEREK.yml 3c9b9409e2 Update Derek behaviour 6 年 前
.dockerignore 28797019b3 [EXPERIMENTAL] Integration Test on Swarm 8 年 前
.gitignore e5cce50c7e Add code coverage report and codecov config 7 年 前
.mailmap 5c3777303e Update authors 6 年 前
AUTHORS 5c3777303e Update authors 6 年 前
CHANGELOG.md 5c0d2a0932 Fix some typos 7 年 前
CONTRIBUTING.md 7b3966245d Fix link anchors in CONTRIBUTING.md 7 年 前
Dockerfile 8fd0db70ce Bump Golang 1.12.2 6 年 前
Dockerfile.e2e 8fd0db70ce Bump Golang 1.12.2 6 年 前
Dockerfile.simple 8fd0db70ce Bump Golang 1.12.2 6 年 前
Dockerfile.windows 8fd0db70ce Bump Golang 1.12.2 6 年 前
Jenkinsfile 4d7721cdcc Add Jenkinsfile 6 年 前
LICENSE 68906e6dcd Update LICENSE 7 年 前
MAINTAINERS f196671db1 Add Kir as maintainer 6 年 前
Makefile 36d2c8b48e Merge pull request #38847 from cpuguy83/enable_buildkit_for_build_target 6 年 前
NOTICE da028586e6 Update LICENSE date 8 年 前
README.md d3787d1fda Add "Lego set" back in README.md 7 年 前
ROADMAP.md 974294600f Fix some typos in ROADMAP.md 6 年 前
TESTING.md 8e610b2b55 Merge pull request #37249 from AntaresS/add-test-guidline 7 年 前
VENDORING.md 1f925d1d5c fix the bare url and the Summary of http://semver.org 8 年 前
codecov.yml e5cce50c7e Add code coverage report and codecov config 7 年 前
poule.yml 2b8b0fefb7 Poule:Add Windows RS5 6 年 前
vendor.conf 059e2ca135 bump imdario/mergo v0.3.7 6 年 前

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 system, 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.