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
Sebastiaan van Stijn 39ad39d220
bump google.golang.org/grpc v1.23.1
full diff: https://github.com/grpc/grpc-go/compare/v1.23.0...v1.23.1

- grpc/grpc-go#3018 server: set and advertise max frame size of 16KB
- grpc/grpc-go#3017 grpclb: fix deadlock in grpclb connection cache
    - Before the fix, if the timer to remove a SubConn fires at the
      same time NewSubConn cancels the timer, it caused a mutex leak
      and deadlock.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-10-22 00:00:55 +02:00
.github Remove refs to jhowardmsft from .go code 2019-09-25 10:51:18 -07:00
api Add GoDoc to fix linting validation 2019-10-21 21:36:22 +02:00
builder Merge pull request #39964 from thaJeztah/bump_golangci_lint 2019-10-21 10:57:02 -07:00
cli
client fix nolint comments for SA1019: filters.ToParamWithVersion is deprecated 2019-10-18 00:45:33 +02:00
cmd/dockerd builder: remove legacy build's session handling 2019-10-02 20:29:15 +00:00
container Remove refs to jhowardmsft from .go code 2019-09-25 10:51:18 -07:00
contrib AppArmor: add missing rules for running in userns 2019-09-30 16:17:13 +02:00
daemon Add GoDoc to fix linting validation 2019-10-21 21:36:22 +02:00
distribution distribution: SA4021: x = append(y) is equivalent to x = y (staticcheck) 2019-10-18 00:45:31 +02:00
dockerversion
docs Merge pull request #40028 from thaJeztah/session_endpoint_docs_updates 2019-10-19 01:18:21 +02:00
errdefs
hack bump golangci-lint v1.20.0 2019-10-18 00:46:15 +02:00
image
integration Merge pull request #40081 from thaJeztah/http_constants 2019-10-17 11:30:26 -07:00
integration-cli integration-cli: use constants for http methods 2019-10-13 17:30:15 +02:00
internal/test/suite
layer
libcontainerd Wait for c8d process exit instead of polling API 2019-10-16 12:23:10 -07:00
oci
opts Remove refs to jhowardmsft from .go code 2019-09-25 10:51:18 -07:00
pkg Merge pull request #39964 from thaJeztah/bump_golangci_lint 2019-10-21 10:57:02 -07:00
plugin
profiles
project
reference
registry registry: use constants for http status codes 2019-10-13 19:11:18 +02:00
reports
restartmanager
rootless
runconfig
testutil testutil: daemon.Info() close client after request 2019-10-18 18:09:41 +02:00
vendor bump google.golang.org/grpc v1.23.1 2019-10-22 00:00:55 +02:00
volume
.DEREK.yml
.dockerignore
.gitignore
.mailmap Update mailmap and authors 2019-09-30 19:12:18 +02:00
AUTHORS Update mailmap and authors 2019-09-30 19:12:18 +02:00
CHANGELOG.md
codecov.yml
CONTRIBUTING.md
Dockerfile Bump Golang 1.13.3 (CVE-2019-17596) 2019-10-18 10:23:09 +08:00
Dockerfile.buildx Use buildx as Makefile builder 2019-10-03 14:07:00 -07:00
Dockerfile.e2e Bump Golang 1.13.3 (CVE-2019-17596) 2019-10-18 10:23:09 +08:00
Dockerfile.simple Bump Golang 1.13.3 (CVE-2019-17596) 2019-10-18 10:23:09 +08:00
Dockerfile.windows Bump Golang 1.13.3 (CVE-2019-17596) 2019-10-18 10:23:09 +08:00
Jenkinsfile Jenkinsfile: aarch64: use new labels to select agents 2019-10-08 18:47:59 +02:00
LICENSE
MAINTAINERS jhowardmsft --> lowenna 2019-09-27 12:07:39 -07:00
Makefile Merge pull request #40059 from cpuguy83/move_source_copy 2019-10-10 13:38:23 -07:00
NOTICE
poule.yml
README.md
ROADMAP.md
SECURITY.md
TESTING.md
vendor.conf bump google.golang.org/grpc v1.23.1 2019-10-22 00:00:55 +02: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.