The Wayback Machine - https://web.archive.org/web/20190531072907/https://github.com/moby/moby
Skip to content
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Branch: master
Clone or download
yongtang Merge pull request #39275 from wiktor-k/move-var-run-to-run
Change socket location to /run/docker.sock
Latest commit 8d76028 May 29, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Remove myself from codeowners 😅 Jan 10, 2019
api Merge pull request #39264 from dontub/fix-api-type-PortMap May 25, 2019
builder builder-next: support DOCKER_RAMDISK May 21, 2019
cli allow running `dockerd` in an unprivileged user namespace (rootless m… Feb 3, 2019
client client: do not fallback to GET if HEAD on _ping fail to connect May 13, 2019
cmd/dockerd Merge pull request #39105 from cpuguy83/optimize_test_daemon_startup May 23, 2019
container Remove DiskQouta field. Apr 30, 2019
contrib Change docker socket location to /run/docker.sock May 28, 2019
daemon Merge pull request #39242 from arkodg/lb-stale-force-leave May 27, 2019
distribution *: remove interfacer linter from CI Mar 13, 2019
dockerversion Remove version-checks for containerd and runc Oct 4, 2018
docs Move CgroupnsMode feature to API v1.41 May 13, 2019
errdefs errdefs: remove "ErrAlreadyExists" because it's not an error Mar 21, 2019
hack bump libnetwork 5ac07abef4eee176423fdc1b870d435258e2d381 May 21, 2019
image Merge pull request #38888 from quasilyte/fix_copying Mar 21, 2019
integration-cli Merge pull request #39254 from thaJeztah/update_seccomp_test_for_aarch64 May 23, 2019
integration Merge pull request #38377 from rgulewich/38332-cgroup-ns May 12, 2019
internal Merge pull request #39105 from cpuguy83/optimize_test_daemon_startup May 23, 2019
layer layer: protect from same-name races May 21, 2019
libcontainerd Windows: fix error-type for starting a running container May 22, 2019
oci Capabilities refactor Jan 22, 2019
opts dockerd: fix rootless detection (alternative to #39024) Apr 25, 2019
pkg Fix to gofmt/goimports errors May 28, 2019
plugin Remove inmemory container map Apr 5, 2019
profiles seccomp: whitelist io_pgetevents() Mar 18, 2019
project Add support for setting GOARM in cross target. Apr 17, 2019
reference Merge pull request #37781 from mtrmac/reference-race-upstream Oct 18, 2018
registry *: remove interfacer linter from CI Mar 13, 2019
reports Fix typos May 16, 2018
restartmanager Add canonical import comment Feb 5, 2018
rootless dockerd: fix rootless detection (alternative to #39024) Apr 25, 2019
runconfig Make cgroup namespaces configurable May 7, 2019
vendor Bump swarmkit vendoring May 24, 2019
volume Fix error handling for bind mount spec parser. May 22, 2019
.DEREK.yml Update .DEREK.yml May 6, 2019
.dockerignore [EXPERIMENTAL] Integration Test on Swarm Feb 28, 2017
.gitignore Add code coverage report and codecov config Jan 16, 2018
.mailmap Update AUTHORS and mailmap Apr 27, 2019
AUTHORS Update AUTHORS and mailmap Apr 27, 2019
CHANGELOG.md Fix some typos Sep 7, 2018
CONTRIBUTING.md Fix link anchors in CONTRIBUTING.md Jun 13, 2018
Dockerfile Bump Golang 1.12.5 May 7, 2019
Dockerfile.e2e Bump Golang 1.12.5 May 7, 2019
Dockerfile.simple Bump Golang 1.12.5 May 7, 2019
Dockerfile.windows Bump Golang 1.12.5 May 7, 2019
Jenkinsfile Add Jenkinsfile Feb 26, 2019
LICENSE Update LICENSE Sep 12, 2018
MAINTAINERS MAINTAINERS: update Akihiro Suda's email address Apr 17, 2019
Makefile Fix DOCKER_CROSS being overwritten Apr 15, 2019
NOTICE Update LICENSE date Feb 15, 2017
README.md Add "Lego set" back in README.md Oct 10, 2017
ROADMAP.md Fix some typos in ROADMAP.md Jan 25, 2019
TESTING.md Merge pull request #37249 from AntaresS/add-test-guidline Jun 25, 2018
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:Add Windows RS5 Oct 8, 2018
vendor.conf Bump swarmkit vendoring May 24, 2019

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.