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

..03-May-2022-

.github/H25-Jun-2018-12341

api/H25-Jun-2018-23,82519,568

builder/H25-Jun-2018-10,8698,748

cli/H25-Jun-2018-291213

client/H25-Jun-2018-13,72611,409

cmd/dockerd/H25-Jun-2018-2,3921,824

container/H25-Jun-2018-3,7052,759

contrib/H25-Jun-2018-4,5853,274

daemon/H25-Jun-2018-62,32548,190

distribution/H25-Jun-2018-7,5165,827

dockerversion/H25-Jun-2018-9570

docs/H25-Jun-2018-23,69718,231

errdefs/H25-Jun-2018-635471

hack/H25-Jun-2018-4,1673,058

image/H25-Jun-2018-4,8774,092

integration/H25-Jun-2018-9,8287,803

integration-cli/H25-Jun-2018-47,12433,682

internal/H25-Jun-2018-3,8883,061

layer/H25-Jun-2018-3,7502,889

libcontainerd/H25-Jun-2018-3,4432,776

migrate/v1/H25-Jun-2018-940793

oci/H25-Jun-2018-334273

opts/H25-Jun-2018-1,6861,262

pkg/H25-Jun-2018-36,28827,199

plugin/H25-Jun-2018-3,8853,072

profiles/H25-Jun-2018-1,8201,693

project/H25-Jun-2018-1,7201,274

reference/H25-Jun-2018-721554

registry/H25-Jun-2018-4,8853,978

reports/H25-Jun-2018-969505

restartmanager/H25-Jun-2018-171140

runconfig/H25-Jun-2018-1,247994

vendor/H25-Jun-2018-902,663711,630

volume/H25-Jun-2018-6,3924,980

.DEREK.ymlH A D25-Jun-2018205 1816

.dockerignoreH A D25-Jun-2018102 86

.gitignoreH A D25-Jun-2018577 2524

.mailmapH A D25-Jun-201825.9 KiB492489

AUTHORSH A D25-Jun-201872.7 KiB1,9851,983

CHANGELOG.mdH A D25-Jun-2018201.5 KiB3,6102,789

CONTRIBUTING.mdH A D25-Jun-201819.5 KiB459345

DockerfileH A D25-Jun-20188.9 KiB241214

Dockerfile.e2eH A D25-Jun-20182.6 KiB7559

Dockerfile.simpleH A D25-Jun-20181.9 KiB6355

Dockerfile.windowsH A D25-Jun-201811.1 KiB257228

LICENSEH A D25-Jun-201810.5 KiB192160

MAINTAINERSH A D25-Jun-201814.8 KiB487407

MakefileH A D25-Jun-20189.7 KiB208139

NOTICEH A D25-Jun-2018638 2012

README.mdH A D25-Jun-20183.3 KiB5839

ROADMAP.mdH A D25-Jun-20183.7 KiB6950

TESTING.mdH A D25-Jun-20183.3 KiB9062

VENDORING.mdH A D25-Jun-20181.9 KiB4734

codecov.ymlH A D25-Jun-2018359 1817

poule.ymlH A D25-Jun-20184.6 KiB130126

vendor.confH A D25-Jun-20187.8 KiB165118

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