Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Go Shell PowerShell Makefile C Vim script
Latest commit 916e9ad May 20, 2017 @thaJeztah thaJeztah committed on GitHub Merge pull request #33307 from dongluochen/swarm_event_test
Event tests need retry logic
Permalink
Failed to load latest commit information.
.github Update ISSUE_TEMPLATE.md Oct 17, 2016
api remove RuntimeData from cluster and types May 19, 2017
builder Refactor builder.calcCopyInfo and dependencies May 17, 2017
cli Merge pull request #32587 from dmcgowan/trust-key-config May 11, 2017
client Remove deadlock in ContainerWait May 19, 2017
cmd/dockerd support cluster events May 17, 2017
container Improve description of Running and Paused booleans May 19, 2017
contrib Merge pull request #33151 from nwt/push-foreign-layers May 17, 2017
daemon remove RuntimeData from cluster and types May 19, 2017
distribution Merge pull request #33151 from nwt/push-foreign-layers May 17, 2017
dockerversion Move UAStringKey to dockerversion pkg Dec 27, 2016
docs Docs and manual changes May 17, 2017
experimental Fix list of experimental features May 3, 2017
hack Update CLI commit hash May 18, 2017
image Merge pull request #32949 from dnephin/refactor-streamformatter-and-p… May 3, 2017
integration-cli Event tests need to wait for events May 19, 2017
layer Let graphdrivers declare diff stream fidelity Mar 31, 2017
libcontainerd Merge pull request #32986 from moypray/containerd_close May 18, 2017
man Docs and manual changes May 17, 2017
migrate/v1 Use distribution reference Feb 7, 2017
oci Update moby to runc and oci 1.0 runtime final rc May 5, 2017
opts Remove more opts unused in docker/docker May 19, 2017
pkg Merge pull request #33269 from tophj-ibm/switch-more-syscalls-pkg-term May 19, 2017
plugin Use chrootarchive for plugin rootfs May 18, 2017
profiles Revert "Block obsolete socket families in the default seccomp profile" May 9, 2017
project Merge pull request #31461 from jpetazzo/announce-all-the-rcs Apr 13, 2017
reference reference: handle combination of tag and digest in ImageDelete Feb 16, 2017
registry Add daemon option to push foreign layers May 16, 2017
reports Add builder dev-report for 2017-05-15 May 16, 2017
restartmanager Adding support for docker max restart time Feb 4, 2017
runconfig Windows: Block read-only May 8, 2017
vendor Vendoring libnetwork May 18, 2017
volume Merge pull request #32909 from cpuguy83/32907_volume_unmount_on_cp May 9, 2017
.dockerignore [EXPERIMENTAL] Integration Test on Swarm Feb 28, 2017
.gitignore delete generated rpm "changelog" Mar 29, 2017
.mailmap Update AUTHORS and mailmap May 12, 2017
AUTHORS Update AUTHORS and mailmap May 12, 2017
CHANGELOG.md bump to rc2 Apr 10, 2017
CONTRIBUTING.md Update stackoverflow.com install counters Apr 9, 2017
Dockerfile Remove zfs from static builds May 15, 2017
Dockerfile.aarch64 Update golang to 1.8 May 11, 2017
Dockerfile.armhf Update golang to 1.8 May 11, 2017
Dockerfile.ppc64le Update golang to 1.8 May 11, 2017
Dockerfile.s390x Update golang to 1.8 May 11, 2017
Dockerfile.simple Update golang to 1.8 May 11, 2017
Dockerfile.solaris Add functional support for Docker sub commands on Solaris Nov 7, 2016
Dockerfile.windows Update golang to 1.8 May 11, 2017
LICENSE Update copyright dates Feb 24, 2017
MAINTAINERS Use personal email address Apr 26, 2017
Makefile integration-cli-on-swarm/README.md: add a note about Docker->Moby May 15, 2017
NOTICE Update LICENSE date Feb 15, 2017
README.md Clarify relationship between Moby and Docker. Apr 21, 2017
ROADMAP.md Header has incorrect punctuation. Dec 19, 2016
VENDORING.md fix the bare url and the Summary of http://semver.org Jan 17, 2017
VERSION bump API and version Apr 11, 2017
poule.yml Disable auto-assign for Anusha Apr 27, 2017
vendor.conf Vendoring libnetwork May 18, 2017

README.md

Docker users, see Moby and Docker to clarify the relationship between the projects

Docker maintainers and contributors, see Transitioning to Moby for more details

The Moby Project

Moby Project logo

Moby is an open-source project created by Docker to advance the software containerization movement. It provides a “Lego set” of dozens of components, the framework for assembling them into custom container-based systems, and a place for all container enthusiasts to experiment and exchange ideas.

Moby

Overview

At the core of Moby is a framework to assemble specialized container systems. It provides:

  • A library of containerized components for all vital aspects of a container system: OS, container runtime, orchestration, infrastructure management, networking, storage, security, build, image distribution, etc.
  • Tools to assemble the components into runnable artifacts for a variety of platforms and architectures: bare metal (both x86 and Arm); executables for Linux, Mac and Windows; VM images for popular cloud and virtualization providers.
  • A set of reference assemblies which can be used as-is, modified, or used as inspiration to create your own.

All Moby components are containers, so creating new components is as easy as building a new OCI-compatible container.

Principles

Moby is an open project guided by strong principles, but modular, flexible and without too strong an opinion on user experience, so it is open to the community to help set its direction. The guiding principles are:

  • 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 will provide secure defaults without compromising usability.
  • Container centric: Moby is built with containers, for running containers.

With Moby, you should be able to describe all the components of your distributed application, from the high-level configuration files down to the kernel you would like to use and build and deploy it easily.

Moby uses containerd as the default container runtime.

Audience

Moby is recommended for anyone who wants to assemble a container-based system. This includes:

  • Hackers who want to customize or patch their Docker build
  • System engineers or integrators building a container system
  • Infrastructure providers looking to adapt existing container systems to their environment
  • Container enthusiasts who want to experiment with the latest container tech
  • Open-source developers looking to test their project in a variety of different systems
  • Anyone curious about Docker internals and how it’s built

Moby is NOT recommended for:

  • Application developers looking for an easy way to run their applications in containers. We recommend Docker CE instead.
  • Enterprise IT and development teams looking for a ready-to-use, commercially supported container platform. We recommend Docker EE instead.
  • Anyone curious about containers and looking for an easy way to learn. We recommend the docker.com website instead.

Transitioning to Moby

Docker is transitioning all of its open source collaborations to the Moby project going forward. During the transition, all open source activity should continue as usual.

We are proposing the following list of changes:

  • splitting up the engine into more open components
  • removing the docker UI, SDK etc to keep them in the Docker org
  • clarifying that the project is not limited to the engine, but to the assembly of all the individual components of the Docker platform
  • open-source new tools & components which we currently use to assemble the Docker product, but could benefit the community
  • defining an open, community-centric governance inspired by the Fedora project (a very successful example of balancing the needs of the community with the constraints of the primary corporate sponsor)

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.