Skip to content
docker engine release repository fork of moby
Go Shell PowerShell Dockerfile Makefile C
Branch: master
Clone or download
This branch is even with moby:master.

Latest commit

thaJeztah Merge pull request moby#41085 from kolyshkin/invalid-cpu-shares-fix
int-cli/TestRunInvalidCPUShares: fix for newer runc
Latest commit a4abdce Jun 10, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Remove refs to jhowardmsft from .go code Sep 25, 2019
api Merge pull request moby#40937 from thaJeztah/split_resource_types Jun 5, 2020
builder builder-next: fix layer access bug May 13, 2020
cli remove uses of deprecated pkg/term Apr 21, 2020
client Merge pull request moby#40725 from cpuguy83/check_img_platform May 21, 2020
cmd/dockerd Merge pull request moby#40930 from thaJeztah/bump_cobra May 14, 2020
container Merge pull request moby#40856 from cpuguy83/reduce_allocs_on_env_repalce May 12, 2020
contrib Merge pull request moby#40950 from AkihiroSuda/dockerd-rootless-setup… May 21, 2020
daemon Merge pull request moby#41018 from akhilerm/identity-mapping Jun 8, 2020
distribution Move schema1 deprecation notice Mar 12, 2020
dockerversion Use -X ldflags to set dockerversion package vars Dec 2, 2019
docs cgroup2: implement `docker info` Apr 16, 2020
errdefs bump gotest.tools v3.0.1 for compatibility with Go 1.14 Feb 10, 2020
hack hack: remove useless constants Jun 5, 2020
image bump gotest.tools v3.0.1 for compatibility with Go 1.14 Feb 10, 2020
integration-cli int-cli/TestRunInvalidCPUShares: fix for newer runc Jun 9, 2020
integration int/build/TestBuildWithEmptyLayers: prevent panic Jun 4, 2020
internal/test/suite integration-cli: move each test suite to its own TestX testing function Sep 18, 2019
layer Remove "could not get checksum with tar-split" debug message Mar 6, 2020
libcontainerd cgroup2: implement `docker stats` Apr 2, 2020
oci Move DefaultCapabilities() to caps package Nov 14, 2019
opts enforce reserve internal labels. Feb 12, 2020
patches Remove blurb about fixed in go1.11 in patch file Apr 24, 2020
pkg Merge pull request moby#41018 from akhilerm/identity-mapping Jun 8, 2020
plugin Merge pull request moby#40867 from BurtonQin/double-lock May 15, 2020
profiles Merge pull request moby#40995 from KentaTada/remove-unused-syscall May 28, 2020
project LCOW: add "no_lcow" build tag to allow disabling lcow Apr 2, 2020
reference fix goimports Feb 11, 2020
registry registry: fix mtls config dir passing May 14, 2020
reports Fix typos May 16, 2018
restartmanager unconvert: remove unnescessary conversions Sep 18, 2019
rootless rootless: support `--exec-opt native.cgroupdriver=systemd` Feb 14, 2020
runconfig cgroup2: implement `docker info` Apr 16, 2020
testutil Merge pull request moby#40725 from cpuguy83/check_img_platform May 21, 2020
vendor vendor libnetwork to 2e24aed516bd5c836e11378bb457dd612aa868ed May 28, 2020
volume SELinux: fix ENOTSUP errors not being detected when relabeling May 10, 2020
.DEREK.yml Update .DEREK.yml May 6, 2019
.dockerignore update .dockerignore to prevent '-unsupported' builds Jan 13, 2020
.gitignore Use -X ldflags to set dockerversion package vars Dec 2, 2019
.mailmap Update mailmap and authors Sep 30, 2019
AUTHORS Update mailmap and authors Sep 30, 2019
CHANGELOG.md Fix some typos Sep 7, 2018
CONTRIBUTING.md Update CONTRIBUTING.md to have an option to keep name anonymous if re… Jul 15, 2019
Dockerfile Bump Golang 1.13.12 Jun 7, 2020
Dockerfile.buildx Bump Golang 1.13.12 Jun 7, 2020
Dockerfile.e2e Bump Golang 1.13.12 Jun 7, 2020
Dockerfile.simple Bump Golang 1.13.12 Jun 7, 2020
Dockerfile.windows Bump Golang 1.13.12 Jun 7, 2020
Jenkinsfile hack: add more debugging to understand exit codepath May 27, 2020
LICENSE Update LICENSE Sep 12, 2018
MAINTAINERS Add myself as a curator Jan 9, 2020
Makefile Makefile: remove empty targets, and slight refactor May 1, 2020
NOTICE switch kr/pty to creack/pty v1.1.7 Jul 29, 2019
README.md Add "Lego set" back in README.md Oct 10, 2017
ROADMAP.md Fix some typos in ROADMAP.md Jan 25, 2019
SECURITY.md Update SECURITY.md to have an option to keep name anonymous if reques… Jun 18, 2019
TESTING.md Bump golang 1.12.8 (CVE-2019-9512, CVE-2019-9514) Aug 14, 2019
VENDORING.md fix the bare url and the Summary of http://semver.org Jan 17, 2017
codecov.yml Add code coverage report and codecov config Jan 16, 2018
poule.yml Poule: remove random assign Sep 5, 2019
vendor.conf vendor libnetwork to 2e24aed516bd5c836e11378bb457dd612aa868ed May 28, 2020

README.md

The Moby Project

Moby Project logo

Moby is an open-source project created by Docker to enable and accelerate software containerization.

It 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. Components 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.

Principles

Moby is an open project guided by strong principles, aiming to be modular, flexible and without too strong an opinion on user experience. It is open to the community to help set its direction.

  • Modular: the project includes lots of components that have well-defined functions and APIs that work together.
  • 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 provides secure defaults without compromising usability.
  • Developer focused: The APIs are intended to be functional and useful to build powerful tools. They are not necessarily intended as end user tools but as components aimed at developers. Documentation and UX is aimed at developers not end users.

Audience

The Moby Project is intended for engineers, integrators and enthusiasts looking to modify, hack, fix, experiment, invent and build systems based on containers. It is not for people looking for a commercially supported system, but for people who want to work and learn with open source code.

Relationship with Docker

The components and tools in the Moby Project are initially the open source components that Docker and the community have built for the Docker Project. New projects can be added if they fit with the community goals. Docker is committed to using Moby as the upstream for the Docker Product. However, 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.

The 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. The 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.


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.

You can’t perform that action at this time.