The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Find a file
Sebastiaan van Stijn 9484520327
libnetwork: arrangeUserFilterRule: don't return early
commit ffd75c2e0c updated this function to
set up the DOCKER-USER chain for both iptables and ip6tables, however the
function would return early if a failure happened (instead of continuing
with the next iptables version).

This patch extracts setting up the chain to a separate function, and updates
arrangeUserFilterRule to log the failure as a warning, but continue with
the next iptables version.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-07-21 20:08:58 +02:00
.github ci(buildkit): remove misleading code from buildkit-ref 2023-07-18 09:30:40 -06:00
api Support for health start interval to swarm mode 2023-07-14 16:47:10 +00:00
builder Sort unconsumed build arguments before usage 2023-07-09 03:23:06 -04:00
cli cli/debug: use string-literals for easier grep'ing 2023-07-05 12:27:00 +02:00
client Merge pull request #45991 from thaJeztah/client_cleanups 2023-07-19 12:17:32 +02:00
cmd Merge pull request #45737 from pkwarren/pkw/issue-44940-dockerd-json-logs 2023-07-13 19:00:31 -04:00
container Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
contrib contrib/busybox: Update to FRP-5007-g82accfc19 2023-06-21 14:15:05 +02:00
daemon c8d/inspect: Include platform Variant 2023-07-19 13:03:40 +02:00
distribution distribution: format code with gofumpt 2023-06-29 00:30:52 +02:00
dockerversion dockerversion: DockerUserAgent(): allow custom versions to be passed 2023-06-01 18:21:58 +02:00
docs Add health start interval 2023-07-05 23:44:17 +00:00
errdefs errdefs: FromStatusCode() don't log "FIXME" debug message 2022-12-20 16:03:46 +01:00
hack Merge pull request #45929 from neersighted/with-go-mod_ROOTDIR 2023-07-19 19:23:00 +02:00
image Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
integration Merge pull request #45937 from thaJeztah/testattach_table 2023-07-19 19:24:33 +02:00
integration-cli testutil: use dummyhost for non-tcp connections 2023-07-14 18:57:56 +02:00
internal replace gogofast with gogofaster extension 2023-05-29 03:28:35 +02:00
layer layer: format code with gofumpt 2023-06-29 00:31:50 +02:00
libcontainerd Merge pull request #45737 from pkwarren/pkw/issue-44940-dockerd-json-logs 2023-07-13 19:00:31 -04:00
libnetwork libnetwork: arrangeUserFilterRule: don't return early 2023-07-21 20:08:58 +02:00
oci Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
opts api/types: move system info types to api/types/system 2023-07-07 13:01:36 +02:00
pkg pkg/ioutils: some cleanups in tests 2023-07-19 19:17:22 +02:00
plugin plugin: format code with gofumpt 2023-06-29 00:31:50 +02:00
profiles profiles/seccomp: format code with gofumpt 2023-06-29 00:31:50 +02:00
project remove deprecated devicemapper storage-driver 2023-04-20 23:51:54 +02:00
quota quota: remove gotest.tools from testhelpers 2023-07-17 23:05:09 +02:00
reference reference: format code with gofumpt 2023-06-29 00:31:51 +02:00
registry registry: session.searchRepositories(): return typed error, and small cleanup 2023-07-11 09:47:02 +02:00
reports Fix typos 2018-05-16 09:15:43 +08:00
restartmanager restartmanager: format code with gofumpt 2023-06-29 00:31:51 +02:00
runconfig runconfig: format code with gofumpt 2023-06-29 00:31:11 +02:00
testutil testutil: use dummyhost for non-tcp connections 2023-07-14 18:57:56 +02:00
vendor vendor: github.com/prometheus/common v0.42.0 2023-07-20 08:02:55 +02:00
volume volume: format code with gofumpt 2023-06-29 00:05:23 +02:00
.dockerignore ignorefiles: cleanup 2022-11-21 18:43:42 -07:00
.gitattributes chore: fix linguist for Dockerfile 2022-04-27 06:38:41 +02:00
.gitignore hack: introduce validate/no-module 2022-12-12 18:39:06 -07:00
.mailmap AUTHORS,.mailmap: update with recent contributors 2023-07-18 13:55:16 -06:00
AUTHORS AUTHORS,.mailmap: update with recent contributors 2023-07-18 13:55:16 -06:00
codecov.yml codecov: disable "patch" status 2022-06-07 17:24:46 +02:00
CONTRIBUTING.md CONTRIBUTING.md: drop reference to the Derek GitHub bot 2023-01-10 15:42:09 -07:00
docker-bake.hcl Dockerfile: use default apt mirrors 2023-06-29 00:10:27 +02:00
Dockerfile Dockerfile: update runc binary to v1.1.8 2023-07-19 18:22:03 +02:00
Dockerfile.simple Dockerfile(.simple): align APT_MIRROR support 2023-07-17 10:18:18 -06:00
Dockerfile.windows update go to go1.20.6 2023-07-14 22:36:46 +02:00
Jenkinsfile Dockerfile: use default apt mirrors 2023-06-29 00:10:27 +02:00
LICENSE Update LICENSE 2018-09-12 14:27:53 +01:00
MAINTAINERS Merge pull request #45895 from thaJeztah/albin_maintainer 2023-07-06 17:14:01 +02:00
Makefile Makefile: pass through APT_MIRROR 2023-07-17 10:18:14 -06:00
NOTICE switch kr/pty to creack/pty v1.1.7 2019-07-29 16:59:08 -07:00
README.md Fix grammar in README.md 2022-11-10 19:49:41 +00:00
ROADMAP.md Fix some typos in ROADMAP.md 2019-01-25 14:27:13 +08:00
SECURITY.md Update SECURITY.md to have an option to keep name anonymous if requested. 2019-06-18 16:37:16 +00:00
TESTING.md TESTING.md: note that integration-cli is deprecated 2020-12-18 07:51:46 +01:00
vendor.mod vendor: github.com/prometheus/common v0.42.0 2023-07-20 08:02:55 +02:00
vendor.sum vendor: github.com/prometheus/common v0.42.0 2023-07-20 08:02:55 +02:00
VENDORING.md fix the bare url and the Summary of http://semver.org 2017-01-17 16:20:11 +08:00

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 systems, 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.