• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Jun-2018-

api/H08-Jun-2018-5,2263,232

opts/H08-Jun-2018-871564

pkg/H08-Jun-2018-8,3575,719

LICENSEH A D08-Jun-201810.5 KiB192160

NOTICEH A D08-Jun-2018638 2012

README.mdH A D08-Jun-20184.7 KiB9159

vendor.confH A D08-Jun-20186.9 KiB150105

README.md

1### Docker users, see [Moby and Docker](https://mobyproject.org/#moby-and-docker) to clarify the relationship between the projects
2
3### Docker maintainers and contributors, see [Transitioning to Moby](#transitioning-to-moby) for more details
4
5The Moby Project
6================
7
8![Moby Project logo](docs/static_files/moby-project-logo.png "The Moby Project")
9
10Moby is an open-source project created by Docker to advance the software containerization movement.
11It 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.
12
13# Moby
14
15## Overview
16
17At the core of Moby is a framework to assemble specialized container systems.
18It provides:
19
20- 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.
21- 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.
22- A set of reference assemblies which can be used as-is, modified, or used as inspiration to create your own.
23
24All Moby components are containers, so creating new components is as easy as building a new OCI-compatible container.
25
26## Principles
27
28Moby 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.
29The guiding principles are:
30
31- 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.
32- Usable security: Moby will provide secure defaults without compromising usability.
33- Container centric: Moby is built with containers, for running containers.
34
35With 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.
36
37Moby uses [containerd](https://github.com/containerd/containerd) as the default container runtime.
38
39## Audience
40
41Moby is recommended for anyone who wants to assemble a container-based system. This includes:
42
43- Hackers who want to customize or patch their Docker build
44- System engineers or integrators building a container system
45- Infrastructure providers looking to adapt existing container systems to their environment
46- Container enthusiasts who want to experiment with the latest container tech
47- Open-source developers looking to test their project in a variety of different systems
48- Anyone curious about Docker internals and how it’s built
49
50Moby is NOT recommended for:
51
52- Application developers looking for an easy way to run their applications in containers. We recommend Docker CE instead.
53- Enterprise IT and development teams looking for a ready-to-use, commercially supported container platform. We recommend Docker EE instead.
54- Anyone curious about containers and looking for an easy way to learn. We recommend the [docker.com](https://www.docker.com/) website instead.
55
56# Transitioning to Moby
57
58Docker is transitioning all of its open source collaborations to the Moby project going forward.
59During the transition, all open source activity should continue as usual.
60
61We are proposing the following list of changes:
62
63- splitting up the engine into more open components
64- removing the docker UI, SDK etc to keep them in the Docker org
65- clarifying that the project is not limited to the engine, but to the assembly of all the individual components of the Docker platform
66- open-source new tools & components which we currently use to assemble the Docker product, but could benefit the community
67- 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)
68
69-----
70
71Legal
72=====
73
74*Brought to you courtesy of our legal counsel. For more context,
75please see the [NOTICE](https://github.com/moby/moby/blob/master/NOTICE) document in this repo.*
76
77Use and transfer of Moby may be subject to certain restrictions by the
78United States and other governments.
79
80It is your responsibility to ensure that your use and/or transfer does not
81violate applicable laws.
82
83For more information, please see https://www.bis.doc.gov
84
85
86Licensing
87=========
88Moby is licensed under the Apache License, Version 2.0. See
89[LICENSE](https://github.com/moby/moby/blob/master/LICENSE) for the full
90license text.
91