暂无描述

Antonio Murdaca e0b22c0b9e volume: evaluate symlinks before relabeling mount source 8 年之前
.github 9b094fc4a3 Add myself to CODEOWNERS for integration suite. 8 年之前
api 7a7357dae1 LCOW: Implemented support for docker cp + build 8 年之前
builder 7a7357dae1 LCOW: Implemented support for docker cp + build 8 年之前
cli 1009e6a40b Update logrus to v1.0.1 8 年之前
client bb0e8ee51c Merge pull request #34784 from dnephin/fix-client-not-found 8 年之前
cmd ff686743c5 Add LCOW behind experimental, 8 年之前
container a5f9783c93 Merge pull request #34252 from Microsoft/akagup/lcow-remotefs-sandbox 8 年之前
contrib f7f101d57e Add gosimple linter 8 年之前
daemon a5f9783c93 Merge pull request #34252 from Microsoft/akagup/lcow-remotefs-sandbox 8 年之前
distribution e51bc3ecd0 Merge pull request #34809 from dnephin/add-gosimple-linter 8 年之前
dockerversion 39bcaee47b Spelling fixes 8 年之前
docs 76a7f05795 Merge pull request #34594 from tizhou86/master 8 年之前
hack f7f101d57e Add gosimple linter 8 年之前
image f7f101d57e Add gosimple linter 8 年之前
integration 96707bc600 Fix integration suite and propagate failures 8 年之前
integration-cli c5c0702a4d Merge pull request #34842 from dnephin/fix-integration-on-timeout 8 年之前
internal d0dbf8e397 Fix lint errors. 8 年之前
layer a5f9783c93 Merge pull request #34252 from Microsoft/akagup/lcow-remotefs-sandbox 8 年之前
libcontainerd e89b6e8c2d Volume refactoring for LCOW 8 年之前
migrate 1009e6a40b Update logrus to v1.0.1 8 年之前
oci 285bc99731 Merge pull request #34356 from mlaventure/update-containerd 8 年之前
opts a301f96df6 Merge pull request #34689 from chchliang/envunitest 8 年之前
pkg ff686743c5 Add LCOW behind experimental, 8 年之前
plugin 7a7357dae1 LCOW: Implemented support for docker cp + build 8 年之前
profiles d7bf5e3b4d Remove double defined alarm 8 年之前
project bc82b13995 Remove test-integration-cli and references to it. 8 年之前
reference f7f101d57e Add gosimple linter 8 年之前
registry f7f101d57e Add gosimple linter 8 年之前
reports b60c5819bb Add builder dev report for 2017-07-17 8 年之前
restartmanager 9bd3a7c029 Adding support for docker max restart time 8 年之前
runconfig e89b6e8c2d Volume refactoring for LCOW 8 年之前
vendor 7a7357dae1 LCOW: Implemented support for docker cp + build 8 年之前
volume e0b22c0b9e volume: evaluate symlinks before relabeling mount source 7 年之前
.dockerignore 28797019b3 [EXPERIMENTAL] Integration Test on Swarm 8 年之前
.gitignore 4308e881cc Cleanup test output, and binaries. 8 年之前
.mailmap 6be41f3858 Update authors and mailmap 8 年之前
AUTHORS 6be41f3858 Update authors and mailmap 8 年之前
CHANGELOG.md dffa5d6df2 Dropped hyphen in bind mount where appropriate 8 年之前
CONTRIBUTING.md 867a5999ce Merge pull request #34407 from dnephin/add-TESTING-doc 8 年之前
Dockerfile a436d8a634 Fix fetching LVM2 sources 8 年之前
Dockerfile.aarch64 a436d8a634 Fix fetching LVM2 sources 8 年之前
Dockerfile.armhf a436d8a634 Fix fetching LVM2 sources 8 年之前
Dockerfile.ppc64le a436d8a634 Fix fetching LVM2 sources 8 年之前
Dockerfile.s390x a436d8a634 Fix fetching LVM2 sources 8 年之前
Dockerfile.simple bc82b13995 Remove test-integration-cli and references to it. 8 年之前
Dockerfile.solaris b877fc31c5 Remove pkcs11, libltdl-dev, and clang for osx. 8 年之前
Dockerfile.windows dffa5d6df2 Dropped hyphen in bind mount where appropriate 8 年之前
LICENSE da8cf590eb Update copyright dates 8 年之前
MAINTAINERS b804976dd7 Add Boaz Shuster ("ripcurld0") as curator 8 年之前
Makefile 975675e924 Merge pull request #34682 from dnephin/fail-build-on-integration-suite 8 年之前
NOTICE da028586e6 Update LICENSE date 8 年之前
README.md f63ec3d874 Add link to docker.com in README.md 8 年之前
ROADMAP.md c2ff923907 Header has incorrect punctuation. 8 年之前
TESTING.md 4db2ea02cf Add testing.md 8 年之前
VENDORING.md 1f925d1d5c fix the bare url and the Summary of http://semver.org 8 年之前
VERSION b507158c0f bump API and version 8 年之前
poule.yml e481509c74 Disable auto-assigning PR's to milestones 8 年之前
vendor.conf 7a7357dae1 LCOW: Implemented support for docker cp + build 8 年之前

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.