1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Find a file
Kir Kolyshkin 228bc35e82 make test-integration: use correct dockerd binary
Here's what happens:
1. One runs `make binary` once
2. Days go by...
3. One makes changes to dockerd sources
4. One runs `make test-integration` to test the changes
5. One spends a long time figuring out why on Earth
   those changes in step 3 are ignored by step 4.
6. One writes this patch
7. ...
8. PROFIT!!

OK, so `make test-integration` builds a dockerd binary
in bundles/dynbinary-daemon/, when starts a daemon instance
for testing. The problem is, the script that starts the
daemon sets PATH to try `bundles/binary-daemon/` first,
and `bundles/dynbinary-daemon/` second.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2019-02-18 22:20:49 -08:00
.github
api Merge pull request #38137 from tonistiigi/seccomp-ptrace 2019-02-05 13:47:43 +00:00
builder
cli allow running dockerd in an unprivileged user namespace (rootless mode) 2019-02-04 00:24:27 +09:00
client Add HEAD support for /_ping endpoint 2019-01-31 18:18:24 +01:00
cmd/dockerd dockerd: call StickRuntimeDirContents only in rootless mode 2019-02-14 12:48:41 +09:00
container
contrib allow running dockerd in an unprivileged user namespace (rootless mode) 2019-02-04 00:24:27 +09:00
daemon Delete stale containerd object on start failure 2019-02-14 11:46:44 -08:00
distribution Update containerd client to 1.2.4 2019-02-14 04:47:27 +01:00
dockerversion
docs allow running dockerd in an unprivileged user namespace (rootless mode) 2019-02-04 00:24:27 +09:00
errdefs
hack make test-integration: use correct dockerd binary 2019-02-18 22:20:49 -08:00
image
integration Remove use of serviceSpecIsUpdated 2019-02-01 01:35:41 +01:00
integration-cli fix unless-stopped unexpected behavior 2019-02-01 15:03:17 -08:00
internal Add HEAD support for /_ping endpoint 2019-01-31 18:18:24 +01:00
layer
libcontainerd Implemented memory and CPU limits for LCOW. 2019-02-02 13:02:23 +03:00
oci
opts allow running dockerd in an unprivileged user namespace (rootless mode) 2019-02-04 00:24:27 +09:00
pkg allow running dockerd in an unprivileged user namespace (rootless mode) 2019-02-04 00:24:27 +09:00
plugin
profiles seccomp: review update 2019-02-05 12:02:41 -08:00
project
reference
registry
reports
restartmanager
rootless allow running dockerd in an unprivileged user namespace (rootless mode) 2019-02-04 00:24:27 +09:00
runconfig
vendor Update containerd client to 1.2.4 2019-02-14 04:47:27 +01:00
volume
.DEREK.yml
.dockerignore
.gitignore
.mailmap
AUTHORS
CHANGELOG.md
codecov.yml
CONTRIBUTING.md
Dockerfile hack: restore bundling vpnkit on amd64 2019-02-05 18:21:30 -08:00
Dockerfile.e2e
Dockerfile.simple
Dockerfile.windows
LICENSE
MAINTAINERS
Makefile hack: no need to git fetch in CI 2019-02-05 02:54:50 +00:00
NOTICE
poule.yml
README.md
ROADMAP.md
TESTING.md
vendor.conf Update containerd client to 1.2.4 2019-02-14 04:47:27 +01:00
VENDORING.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.