Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Go Shell PowerShell Dockerfile Makefile C
Branch: master
Clone or download
cpuguy83 Merge pull request #39876 from thaJeztah/TestCreateWithWorkdir_hyperv
integration-cli: update TestCreateWithWorkdir for Hyper-V isolation
Latest commit 264e16c Sep 20, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github hack: remove integration-cli-on-swarm May 31, 2019
api api/server: explicitly ignore unhandled errors (errcheck) Sep 18, 2019
builder builder-next: explicitely ignore unhandled errors (errcheck) Sep 18, 2019
cli allow running `dockerd` in an unprivileged user namespace (rootless m… Feb 3, 2019
client client/hijack: suppress SA1019: httputil.ErrPersistEOF is deprecated … Sep 18, 2019
cmd/dockerd cmd/dockerd: explicitly ignore unchecked errors (errcheck) Sep 18, 2019
container goimports: fix imports Sep 18, 2019
contrib Fix some inefassign warnings Sep 18, 2019
daemon cluster/controllers/plugin: remove unused Controller.taskID (unused) Sep 18, 2019
distribution distribution/xfer/download_test: rm unused field Sep 18, 2019
dockerversion Remove version-checks for containerd and runc Oct 4, 2018
docs integration-cli: move each test suite to its own TestX testing function Sep 18, 2019
errdefs Merge pull request #39527 from thaJeztah/pull_platform_regression Jul 16, 2019
hack Merge pull request #39960 from thaJeztah/lint_integration_cli Sep 20, 2019
image govet: suppress warning about Parent field that repeated json tag "pa… Sep 18, 2019
integration-cli Merge pull request #39876 from thaJeztah/TestCreateWithWorkdir_hyperv Sep 20, 2019
integration Merge pull request #39942 from SamWhited/daemon_ops_type Sep 19, 2019
internal/test/suite integration-cli: move each test suite to its own TestX testing function Sep 18, 2019
layer Remove unused functions, variables, fields Sep 18, 2019
libcontainerd goimports: fix imports Sep 18, 2019
oci oci: fix SA4009: argument e is overwritten before first use (staticch… Sep 18, 2019
opts TestUlimitOpt: fix composite literal uses unkeyed fields (govet) Sep 18, 2019
pkg TestPollerEvent: fix filemode (staticcheck) Sep 18, 2019
plugin plugin/setupNewPlugin: rm dead code Sep 18, 2019
profiles profiles: Fix file permissions on json files Sep 16, 2019
project Add support for setting GOARM in cross target. Apr 17, 2019
reference Remove unused functions, variables, fields Sep 18, 2019
registry registry/newV1EndpointFromStr: rm dead code Sep 18, 2019
reports Fix typos May 16, 2018
restartmanager unconvert: remove unnescessary conversions Sep 18, 2019
rootless goimports: fix imports Sep 18, 2019
runconfig runconfig/config_test.go: remove unused test-utilities Sep 18, 2019
testutil Merge pull request #39942 from SamWhited/daemon_ops_type Sep 19, 2019
vendor vendor: remove vdemeester/shakers and go-check/check Sep 9, 2019
volume Remove unused functions, variables, fields Sep 18, 2019
.DEREK.yml Update .DEREK.yml May 6, 2019
.dockerignore hack: remove integration-cli-on-swarm May 31, 2019
.gitignore run unit tests and generate junit report Aug 1, 2019
.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 Update CONTRIBUTING.md to have an option to keep name anonymous if re… Jul 15, 2019
Dockerfile Merge pull request #39549 from thaJeztah/bump_go_1.13 Sep 19, 2019
Dockerfile.e2e Bump Golang version 1.13.0 Sep 11, 2019
Dockerfile.simple Bump Golang version 1.13.0 Sep 11, 2019
Dockerfile.windows Merge pull request #39549 from thaJeztah/bump_go_1.13 Sep 19, 2019
Jenkinsfile Merge pull request #39911 from tiborvass/gotestsum-integration-cli Sep 19, 2019
LICENSE Update LICENSE Sep 12, 2018
MAINTAINERS fix some spelling mistakes Aug 13, 2019
Makefile integration: simplify parallel run destination Sep 11, 2019
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: remove vdemeester/shakers and go-check/check Sep 9, 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.