No Description

Sebastiaan van Stijn 56da020e6b Merge pull request #33496 from Microsoft/jjh/removedummy 8 years ago
.github ff3f3d7941 Update ISSUE_TEMPLATE.md 8 years ago
api d60f182049 Do not log the CA config CA signing key in debug mode. 8 years ago
builder 57ca00240b Merge pull request #33436 from Microsoft/jjh/parserdirective 8 years ago
cli 9ff9a91ab7 Remove `cli/flags` package 8 years ago
client 2b62eb434b Fix Typos: continer,contianer -> container 8 years ago
cmd 9ff9a91ab7 Remove `cli/flags` package 8 years ago
container 2b62eb434b Fix Typos: continer,contianer -> container 8 years ago
contrib cb502cd4e8 Fix downloading image fails when build docker 8 years ago
daemon 2445e6b99d move multireader out of /pkg 8 years ago
distribution a30ef99e8d Merge pull request #33151 from nwt/push-foreign-layers 8 years ago
dockerversion 64981b9f09 Move UAStringKey to dockerversion pkg 8 years ago
docs 43239f62be Update deprecated.md for removal of --email flag 8 years ago
experimental 5657f05b5a Fix list of experimental features 8 years ago
hack 0b90edc22f Use actual cli version for TestConfigHTTPHeader 8 years ago
image 08d7fad45d Merge pull request #32949 from dnephin/refactor-streamformatter-and-progress 8 years ago
integration-cli aebcdf21b1 Merge pull request #33438 from vdemeester/remove-cli-flags 8 years ago
layer aa96c3176b Let graphdrivers declare diff stream fidelity 8 years ago
libcontainerd 56da020e6b Merge pull request #33496 from Microsoft/jjh/removedummy 8 years ago
man 0c7c900e9e Bump go to go1.8.3 8 years ago
migrate 3a1279393f Use distribution reference 8 years ago
oci 005506d36c Update moby to runc and oci 1.0 runtime final rc 8 years ago
opts 61e527f16c Remove more opts unused in docker/docker 8 years ago
pkg 91e0141784 Merge pull request #33485 from tpot/33484-fix-file-perm-octal 8 years ago
plugin db5f31732a Don't unmount entire plugin manager tree on remove 8 years ago
profiles dcf2632945 Revert "Block obsolete socket families in the default seccomp profile" 8 years ago
project 77da738832 Merge pull request #31461 from jpetazzo/announce-all-the-rcs 8 years ago
reference 0fbfeb17e5 reference: handle combination of tag and digest in ImageDelete 8 years ago
registry 67fdf574d5 Add daemon option to push foreign layers 8 years ago
reports 1f6d81568a Add builder dev-report for 2017-05-15 8 years ago
restartmanager 9bd3a7c029 Adding support for docker max restart time 8 years ago
runconfig 92291a7355 Stop referring CLI flags in error messages if API client is unknown 8 years ago
vendor 6629f1d0e7 Merge pull request #33360 from aaronlehmann/vendor-swarmkit-7e096ced 8 years ago
volume 79b19c2e16 Merge pull request #33257 from mtesselH/master 8 years ago
.dockerignore 28797019b3 [EXPERIMENTAL] Integration Test on Swarm 8 years ago
.gitignore 089b71443a delete generated rpm "changelog" 8 years ago
.mailmap 671805cce0 Update AUTHORS and mailmap 8 years ago
AUTHORS 671805cce0 Update AUTHORS and mailmap 8 years ago
CHANGELOG.md 3569dac3c0 bump to rc2 8 years ago
CONTRIBUTING.md 012e5c2d1b Update stackoverflow.com install counters 8 years ago
Dockerfile 0c7c900e9e Bump go to go1.8.3 8 years ago
Dockerfile.aarch64 0c7c900e9e Bump go to go1.8.3 8 years ago
Dockerfile.armhf 0c7c900e9e Bump go to go1.8.3 8 years ago
Dockerfile.ppc64le 0c7c900e9e Bump go to go1.8.3 8 years ago
Dockerfile.s390x 0c7c900e9e Bump go to go1.8.3 8 years ago
Dockerfile.simple 0c7c900e9e Bump go to go1.8.3 8 years ago
Dockerfile.solaris 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
Dockerfile.windows 0c7c900e9e Bump go to go1.8.3 8 years ago
LICENSE da8cf590eb Update copyright dates 8 years ago
MAINTAINERS 54dfc3721c Use personal email address 8 years ago
Makefile 63d4000e97 integration-cli-on-swarm/README.md: add a note about Docker->Moby 8 years ago
NOTICE da028586e6 Update LICENSE date 8 years ago
README.md 8fff9bd081 Clarify relationship between Moby and Docker. 8 years ago
ROADMAP.md c2ff923907 Header has incorrect punctuation. 8 years ago
VENDORING.md 1f925d1d5c fix the bare url and the Summary of http://semver.org 8 years ago
VERSION b507158c0f bump API and version 8 years ago
poule.yml 97d6b2a873 Disable auto-assign for Anusha 8 years ago
vendor.conf 6629f1d0e7 Merge pull request #33360 from aaronlehmann/vendor-swarmkit-7e096ced 8 years ago

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.