Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Go to file
vanderliang cb502cd4e8 Fix downloading image fails when build docker
Generate a token for each download process to avoid token expired.

Closes: #33441

Signed-off-by: vanderliang <lansheng@meili-inc.com>
2017-05-31 14:21:32 +08:00
.github
api Merge pull request #33423 from gesellix/swagger-docs-typo 2017-05-29 15:58:50 +02:00
builder Extract imageProber and ContainerBackend from Builder 2017-05-23 15:12:58 -04:00
cli Move cli.Configdir away (in `flags`). 2017-05-29 16:22:33 -07:00
client Merge pull request #33279 from nishanttotla/fix-service-image-issues 2017-05-22 21:45:11 +01:00
cmd/dockerd support cluster events 2017-05-17 11:46:30 -07:00
container Improve description of Running and Paused booleans 2017-05-19 12:29:54 +02:00
contrib Fix downloading image fails when build docker 2017-05-31 14:21:32 +08:00
daemon Merge pull request #33360 from aaronlehmann/vendor-swarmkit-7e096ced 2017-05-30 09:59:48 -07:00
distribution Merge pull request #33151 from nwt/push-foreign-layers 2017-05-17 02:04:31 +02:00
dockerversion
docs Docs and manual changes 2017-05-17 15:50:28 -07:00
experimental
hack Update CLI commit hash 2017-05-18 12:23:28 -07:00
image
integration-cli Merge pull request #33411 from vdemeester/move-configdir-away 2017-05-30 11:49:40 +02:00
layer
libcontainerd libcontainerd: fix reaper goroutine position 2017-05-27 15:13:59 +02:00
man Bump go to go1.8.3 2017-05-30 10:15:59 -04:00
migrate/v1
oci
opts Remove more opts unused in docker/docker 2017-05-19 12:05:51 +02:00
pkg Do not reuse a http.Request after a failure in callWithRetry 2017-05-26 18:02:31 -07:00
plugin Don't unmount entire plugin manager tree on remove 2017-05-27 12:30:37 -04:00
profiles
project
reference
registry Add daemon option to push foreign layers 2017-05-16 14:36:36 -07:00
reports Add builder dev-report for 2017-05-15 2017-05-16 12:17:52 -07:00
restartmanager
runconfig Stop referring CLI flags in error messages if API client is unknown 2017-05-22 18:50:49 -04:00
vendor Merge pull request #33360 from aaronlehmann/vendor-swarmkit-7e096ced 2017-05-30 09:59:48 -07:00
volume Merge pull request #33257 from mtesselH/master 2017-05-29 10:48:07 +01:00
.dockerignore
.gitignore
.mailmap Update AUTHORS and mailmap 2017-05-12 16:45:49 +02:00
AUTHORS Update AUTHORS and mailmap 2017-05-12 16:45:49 +02:00
CHANGELOG.md
CONTRIBUTING.md
Dockerfile Bump go to go1.8.3 2017-05-30 10:15:59 -04:00
Dockerfile.aarch64 Bump go to go1.8.3 2017-05-30 10:15:59 -04:00
Dockerfile.armhf Bump go to go1.8.3 2017-05-30 10:15:59 -04:00
Dockerfile.ppc64le Bump go to go1.8.3 2017-05-30 10:15:59 -04:00
Dockerfile.s390x Bump go to go1.8.3 2017-05-30 10:15:59 -04:00
Dockerfile.simple Bump go to go1.8.3 2017-05-30 10:15:59 -04:00
Dockerfile.solaris
Dockerfile.windows Bump go to go1.8.3 2017-05-30 10:15:59 -04:00
LICENSE
MAINTAINERS
Makefile integration-cli-on-swarm/README.md: add a note about Docker->Moby 2017-05-15 14:37:05 +00:00
NOTICE
README.md
ROADMAP.md
VENDORING.md
VERSION
poule.yml
vendor.conf Merge pull request #33360 from aaronlehmann/vendor-swarmkit-7e096ced 2017-05-30 09:59:48 -07:00

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 its 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.