No Description

Daniel Nephin e5cce50c7e Add code coverage report and codecov config 7 years ago
.github d040d637a9 Rename a few docker to moby 7 years ago
api be14665210 Merge pull request #36021 from yongtang/30897-follow-up 7 years ago
builder c36274da83 Merge pull request #35638 from cpuguy83/error_helpers2 7 years ago
cli 1009e6a40b Update logrus to v1.0.1 8 years ago
client e5cce50c7e Add code coverage report and codecov config 7 years ago
cmd 6702ac590e Fix node-generic-resources CLI typo 7 years ago
container b4a6313969 Golint: remove redundant ifs 7 years ago
contrib 24da8a0ed4 [ci] use alternate bash comparison 7 years ago
daemon be14665210 Merge pull request #36021 from yongtang/30897-follow-up 7 years ago
distribution d453fe35b9 Move api/errdefs to errdefs 7 years ago
dockerversion 9152e63290 api: generalize version information to any platform component 7 years ago
docs e96b33665e Fixed in-container paths in dev doc: moby/moby -> docker/docker. 7 years ago
errdefs d453fe35b9 Move api/errdefs to errdefs 7 years ago
hack e5cce50c7e Add code coverage report and codecov config 7 years ago
image b4a6313969 Golint: remove redundant ifs 7 years ago
integration 4542016cbe Fix timeout issue of multi-services cration on AArch64 7 years ago
integration-cli 8c31aacebf Merge pull request #36018 from thaJeztah/remove-deprecated-testenv-functions 7 years ago
internal f0cab0e285 TestImportExtremelyLargeImageWorks: optimize DevZero 7 years ago
layer b4a6313969 Golint: remove redundant ifs 7 years ago
libcontainerd d453fe35b9 Move api/errdefs to errdefs 7 years ago
migrate b4a6313969 Golint: remove redundant ifs 7 years ago
oci b023a46a07 Don't special case /sys/firmware in masked paths 7 years ago
opts 6ed1163c98 Remove redundant build-tags 7 years ago
pkg b4a6313969 Golint: remove redundant ifs 7 years ago
plugin d453fe35b9 Move api/errdefs to errdefs 7 years ago
profiles 5c154cfac8 Copy Inslice() to those parts that use it 7 years ago
project 449c870afb Add Moby TSC references/governance details 7 years ago
reference f7f101d57e Add gosimple linter 7 years ago
registry d453fe35b9 Move api/errdefs to errdefs 7 years ago
reports b60c5819bb Add builder dev report for 2017-07-17 8 years ago
restartmanager 9bd3a7c029 Adding support for docker max restart time 8 years ago
runconfig 4785f1a7ab Remove solaris build tag and `contrib/mkimage/solaris 7 years ago
vendor 4c3afb53e6 Bump libnetwork to a1dfea384b39779552a3b4837ea9303194950976 7 years ago
volume c36274da83 Merge pull request #35638 from cpuguy83/error_helpers2 7 years ago
.DEREK.yml 123cb95907 project: try alexellis/derek bot to manage PRs and issues 7 years ago
.dockerignore 28797019b3 [EXPERIMENTAL] Integration Test on Swarm 8 years ago
.gitignore e5cce50c7e Add code coverage report and codecov config 7 years ago
.mailmap 63c86ad2ea Cleanup and sort .mailmap 7 years ago
AUTHORS 2df19b7c11 Update mailmap and authors 7 years ago
CHANGELOG.md dffa5d6df2 Dropped hyphen in bind mount where appropriate 8 years ago
CONTRIBUTING.md 449c870afb Add Moby TSC references/governance details 7 years ago
Dockerfile eaae7750ef Upgrade the frozen images to multi-arch 7 years ago
Dockerfile.aarch64 7fc697eb0b Legacy images replacement with multi-arch ones on AArch64 7 years ago
Dockerfile.armhf eaae7750ef Upgrade the frozen images to multi-arch 7 years ago
Dockerfile.e2e eaae7750ef Upgrade the frozen images to multi-arch 7 years ago
Dockerfile.ppc64le eaae7750ef Upgrade the frozen images to multi-arch 7 years ago
Dockerfile.s390x eaae7750ef Upgrade the frozen images to multi-arch 7 years ago
Dockerfile.simple a018046ad0 Add required pkg-config for Dockerfile.simple 7 years ago
Dockerfile.windows d6e1cc32d3 Bump Go to 1.9.2 7 years ago
LICENSE da8cf590eb Update copyright dates 8 years ago
MAINTAINERS 449c870afb Add Moby TSC references/governance details 7 years ago
Makefile 9152e63290 api: generalize version information to any platform component 7 years ago
NOTICE da028586e6 Update LICENSE date 8 years ago
README.md d3787d1fda Add "Lego set" back in README.md 7 years ago
ROADMAP.md de86d33b4a Update the Roadmap 7 years ago
TESTING.md 4db2ea02cf Add testing.md 8 years ago
VENDORING.md 1f925d1d5c fix the bare url and the Summary of http://semver.org 8 years ago
codecov.yml e5cce50c7e Add code coverage report and codecov config 7 years ago
poule.yml e481509c74 Disable auto-assigning PR's to milestones 8 years ago
vendor.conf 4c3afb53e6 Bump libnetwork to a1dfea384b39779552a3b4837ea9303194950976 7 years ago

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.