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

..03-May-2022-

.github/H06-May-2019-12038

api/H06-May-2019-24,24819,987

builder/H06-May-2019-12,48510,033

cli/H06-May-2019-293213

client/H06-May-2019-14,37711,963

cmd/dockerd/H06-May-2019-2,6512,041

container/H06-May-2019-3,7272,778

contrib/H06-May-2019-4,7073,358

daemon/H06-May-2019-66,53051,549

distribution/H06-May-2019-7,6235,926

dockerversion/H06-May-2019-9570

docs/H06-May-2019-23,85918,358

errdefs/H06-May-2019-863673

hack/H06-May-2019-5,3073,814

image/H06-May-2019-4,8804,096

integration/H06-May-2019-12,3949,775

integration-cli/H06-May-2019-45,76632,786

internal/H06-May-2019-4,0913,196

layer/H06-May-2019-3,8172,939

libcontainerd/H06-May-2019-3,5502,927

oci/H06-May-2019-574457

opts/H06-May-2019-1,6971,271

pkg/H06-May-2019-37,69428,197

plugin/H06-May-2019-3,7292,948

profiles/H06-May-2019-1,9511,814

project/H06-May-2019-1,282943

reference/H06-May-2019-734563

registry/H06-May-2019-4,8633,963

reports/H06-May-2019-969505

restartmanager/H06-May-2019-171140

rootless/H06-May-2019-6547

runconfig/H06-May-2019-1,247994

vendor/H06-May-2019-1,073,281853,218

volume/H06-May-2019-6,4304,995

.DEREK.ymlH A D06-May-2019272 2320

.dockerignoreH A D06-May-2019102 86

.gitignoreH A D06-May-2019577 2524

.mailmapH A D06-May-201928.2 KiB542539

AUTHORSH A D06-May-201976.2 KiB2,0832,081

CHANGELOG.mdH A D06-May-2019201.5 KiB3,6102,789

CONTRIBUTING.mdH A D06-May-201919.5 KiB459345

DockerfileH A D06-May-201910 KiB285253

Dockerfile.e2eH A D06-May-20193 KiB8368

Dockerfile.simpleH A D06-May-20191.5 KiB5144

Dockerfile.windowsH A D06-May-201911.6 KiB264234

JenkinsfileH A D06-May-201911.6 KiB325308

LICENSEH A D06-May-201910.5 KiB192160

MAINTAINERSH A D06-May-201914.8 KiB485407

MakefileH A D06-May-20199.6 KiB230154

NOTICEH A D06-May-2019638 2012

README.mdH A D06-May-20193.3 KiB5839

ROADMAP.mdH A D06-May-20195.6 KiB11884

TESTING.mdH A D06-May-20193.3 KiB9062

VENDORING.mdH A D06-May-20191.9 KiB4734

codecov.ymlH A D06-May-2019359 1817

poule.ymlH A D06-May-20194.7 KiB135131

vendor.confH A D06-May-201912.4 KiB168119

README.md

1The Moby Project
2================
3
4![Moby Project logo](docs/static_files/moby-project-logo.png "The Moby Project")
5
6Moby is an open-source project created by Docker to enable and accelerate software containerization.
7
8It provides a "Lego set" of toolkit components, the framework for assembling them into custom container-based systems, and a place for all container enthusiasts and professionals to experiment and exchange ideas.
9Components include container build tools, a container registry, orchestration tools, a runtime and more, and these can be used as building blocks in conjunction with other tools and projects.
10
11## Principles
12
13Moby is an open project guided by strong principles, aiming to be modular, flexible and without too strong an opinion on user experience.
14It is open to the community to help set its direction.
15
16- Modular: the project includes lots of components that have well-defined functions and APIs that work together.
17- 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.
18- Usable security: Moby provides secure defaults without compromising usability.
19- Developer focused: The APIs are intended to be functional and useful to build powerful tools.
20They are not necessarily intended as end user tools but as components aimed at developers.
21Documentation and UX is aimed at developers not end users.
22
23## Audience
24
25The Moby Project is intended for engineers, integrators and enthusiasts looking to modify, hack, fix, experiment, invent and build systems based on containers.
26It is not for people looking for a commercially supported system, but for people who want to work and learn with open source code.
27
28## Relationship with Docker
29
30The components and tools in the Moby Project are initially the open source components that Docker and the community have built for the Docker Project.
31New projects can be added if they fit with the community goals. Docker is committed to using Moby as the upstream for the Docker Product.
32However, other projects are also encouraged to use Moby as an upstream, and to reuse the components in diverse ways, and all these uses will be treated in the same way. External maintainers and contributors are welcomed.
33
34The Moby project is not intended as a location for support or feature requests for Docker products, but as a place for contributors to work on open source code, fix bugs, and make the code more useful.
35The releases are supported by the maintainers, community and users, on a best efforts basis only, and are not intended for customers who want enterprise or commercial support; Docker EE is the appropriate product for these use cases.
36
37-----
38
39Legal
40=====
41
42*Brought to you courtesy of our legal counsel. For more context,
43please see the [NOTICE](https://github.com/moby/moby/blob/master/NOTICE) document in this repo.*
44
45Use and transfer of Moby may be subject to certain restrictions by the
46United States and other governments.
47
48It is your responsibility to ensure that your use and/or transfer does not
49violate applicable laws.
50
51For more information, please see https://www.bis.doc.gov
52
53Licensing
54=========
55Moby is licensed under the Apache License, Version 2.0. See
56[LICENSE](https://github.com/moby/moby/blob/master/LICENSE) for the full
57license text.
58