Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Go Shell PowerShell Makefile C Vim script
Latest commit c5e7537 Feb 17, 2018
AkihiroSuda Merge pull request #36339 from thaJeztah/bump-continuity
Update containerd/continuity to fix ARM 32-bit builds
Permalink
Failed to load latest commit information.
.github Rename a few docker to moby Oct 25, 2017
api Move commit to container backend Feb 14, 2018
builder Merge pull request #36224 from dnephin/refactor-commit Feb 8, 2018
cli Add canonical import comment Feb 5, 2018
client Merge pull request #36144 from emil2k/node-id-required Feb 16, 2018
cmd/dockerd Move log validator logic after plugins are loaded Feb 15, 2018
container Use continuity fs package for volume copy Feb 12, 2018
contrib Bump Golang to 1.9.4 Feb 7, 2018
daemon Merge pull request #36303 from dnephin/cleanup-in-daemon-unix Feb 16, 2018
distribution Add canonical import comment Feb 5, 2018
dockerversion Add canonical import comment Feb 5, 2018
docs Update API version history for `Init` with `POST /containers/create` Jan 25, 2018
errdefs Add canonical import comment Feb 5, 2018
hack Update tomlv for MIT License Feb 16, 2018
image Don't restore image if layer does not exist Feb 13, 2018
integration-cli Merge pull request #36306 from cpuguy83/fix_logopt_validator_plugins Feb 16, 2018
integration Move log validator logic after plugins are loaded Feb 15, 2018
internal Unify the frozen images to the multi-arch version Feb 14, 2018
layer Add canonical import comment Feb 5, 2018
libcontainerd Merge pull request #36268 from Microsoft/jjh/rs3-bump Feb 12, 2018
migrate/v1 Add canonical import comment Feb 5, 2018
oci Add canonical import comment Feb 5, 2018
opts Add canonical import comment Feb 5, 2018
pkg Fix typos in pkg Feb 10, 2018
plugin Add canonical import comment Feb 5, 2018
profiles Add canonical import comment Feb 5, 2018
project Add Moby TSC references/governance details Dec 13, 2017
reference Add canonical import comment Feb 5, 2018
registry Add canonical import comment Feb 5, 2018
reports Add builder dev report for 2017-07-17 Jul 19, 2017
restartmanager Add canonical import comment Feb 5, 2018
runconfig Add canonical import comment Feb 5, 2018
vendor Update containerd/continuity to fix ARM 32-bit builds Feb 16, 2018
volume Add canonical import comment Feb 5, 2018
.DEREK.yml project: try alexellis/derek bot to manage PRs and issues Dec 4, 2017
.dockerignore [EXPERIMENTAL] Integration Test on Swarm Feb 28, 2017
.gitignore Add code coverage report and codecov config Jan 16, 2018
.mailmap Update authors Jan 24, 2018
AUTHORS Update authors Jan 24, 2018
CHANGELOG.md Dropped hyphen in bind mount where appropriate Aug 19, 2017
CONTRIBUTING.md Fix a typo in CONTRIBUTING.md Jan 28, 2018
Dockerfile Merge pull request #36318 from yongtang/02152018-docker-py Feb 15, 2018
Dockerfile.aarch64 Merge pull request #36318 from yongtang/02152018-docker-py Feb 15, 2018
Dockerfile.armhf Merge pull request #36318 from yongtang/02152018-docker-py Feb 15, 2018
Dockerfile.e2e Unify the frozen images to the multi-arch version Feb 14, 2018
Dockerfile.ppc64le Merge pull request #36318 from yongtang/02152018-docker-py Feb 15, 2018
Dockerfile.s390x Merge pull request #36318 from yongtang/02152018-docker-py Feb 15, 2018
Dockerfile.simple Bump Golang to 1.9.4 Feb 7, 2018
Dockerfile.windows Bump Golang to 1.9.4 Feb 7, 2018
LICENSE Update copyright dates Feb 24, 2017
MAINTAINERS Clean some maintainers 👼 Feb 13, 2018
Makefile Merge pull request #34369 from cyphar/build-buildmode-pie Jan 29, 2018
NOTICE Update LICENSE date Feb 15, 2017
README.md Add "Lego set" back in README.md Oct 10, 2017
ROADMAP.md Update the Roadmap Oct 11, 2017
TESTING.md Add testing.md Aug 4, 2017
VENDORING.md fix the bare url and the Summary of http://semver.org Jan 17, 2017
codecov.yml Add code coverage report and codecov config Jan 16, 2018
poule.yml Clean some maintainers 👼 Feb 13, 2018
vendor.conf Update containerd/continuity to fix ARM 32-bit builds Feb 16, 2018

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.