Nincs leírás

Sebastiaan van Stijn ff2a5301b8 daemon: remove discovery-related config handling 3 éve
.github e047d984dc Remove LCOW code (step 1) 4 éve
api 25381123d3 Makefile: update bfirsh/redoc to 1.14.0, and fix swagger warnings 3 éve
builder b4e056d556 buildkit: normalize build target and local platform 3 éve
cli 8312004f41 remove uses of deprecated pkg/term 5 éve
client 33a3680e08 Merge pull request #42738 from thaJeztah/client_networkinspect_test 3 éve
cmd 9f2240c56f cmd/dockerd: produce error when using discovery options 3 éve
container cf811b1122 Merge pull request #42574 from charlesxsh/fix-deadlock-1 3 éve
contrib 8308f749f2 Merge pull request #43061 from math2001/43020-use-rootless-after-setup 3 éve
daemon ff2a5301b8 daemon: remove discovery-related config handling 3 éve
distribution 7c216bcabe distribution: validate blob type 3 éve
dockerversion 686be57d0a Update to Go 1.17.0, and gofmt with Go 1.17 3 éve
docs 8e0d43dda7 docs/api: add node about concurrency on /system/df endpoint 3 éve
errdefs 24aaa7f8c9 log error message when receiving an unexpected type error 3 éve
hack 4bdc208449 hack: remove a workaround for go-tools 3 éve
image 715e78631d fix image spec JSON example 3 éve
integration 65b92a730a integration(-cli): remove discovery related tests 3 éve
integration-cli 65b92a730a integration(-cli): remove discovery related tests 3 éve
internal f1c1cd436a integration-cli: move each test suite to its own TestX testing function 5 éve
layer c55a4ac779 refactor: move from io/ioutil to io and os package 3 éve
libcontainerd c55a4ac779 refactor: move from io/ioutil to io and os package 3 éve
libnetwork 8955d8da89 Merge pull request #42981 from frobnicaty/patch-1 3 éve
oci 485cf38d48 oci/caps: limit available capabilities to current environment 3 éve
opts 686be57d0a Update to Go 1.17.0, and gofmt with Go 1.17 3 éve
patches f400e84a43 update archive/tar patch for go 1.16 4 éve
pkg cfd26afabe Use syscall.Timespec.Unix 3 éve
plugin c55a4ac779 refactor: move from io/ioutil to io and os package 3 éve
profiles 85eaf23bf4 seccomp: add support for "swapcontext" syscall in default policy 3 éve
project 25dbeab78e Fix a typo in project/GOVERANCE.md 3 éve
quota c55a4ac779 refactor: move from io/ioutil to io and os package 3 éve
reference c55a4ac779 refactor: move from io/ioutil to io and os package 3 éve
registry 971e03d9bb Merge pull request #42915 from thaJeztah/registry_cleanup 3 éve
reports f781ec45b5 Fix typos 7 éve
restartmanager 2c31edbbb6 unconvert: remove unnescessary conversions 5 éve
rootless c55a4ac779 refactor: move from io/ioutil to io and os package 3 éve
runconfig 02016803f0 Merge pull request #42725 from thaJeztah/runconfig_simplify 3 éve
testutil 1a15a1a061 testutil: daemon.Cleanup(): cleanup more directories 3 éve
vendor 520dfc36f9 Merge pull request #43100 from conorevans/conorevans/update-fluent 3 éve
volume 502b35c8f6 Fix windows rxReservedNames 3 éve
.DEREK.yml 343413425c Update .DEREK.yml 6 éve
.dockerignore aacb2960c9 update .dockerignore to prevent '-unsupported' builds 5 éve
.gitignore 675b414f56 Use -X ldflags to set dockerversion package vars 5 éve
.mailmap 778c8f787d Update AUTHORS and mailmap 4 éve
AUTHORS 778c8f787d Update AUTHORS and mailmap 4 éve
CHANGELOG.md 7a1716462c changelog: fix incorrectly named libnetwork label 4 éve
CONTRIBUTING.md 0aa167d0df Update CONTRIBUTING.md to have an option to keep name anonymous if requested 6 éve
Dockerfile d620cb6afc Update Go to 1.17.5 3 éve
Dockerfile.e2e d620cb6afc Update Go to 1.17.5 3 éve
Dockerfile.simple d620cb6afc Update Go to 1.17.5 3 éve
Dockerfile.windows d620cb6afc Update Go to 1.17.5 3 éve
Jenkinsfile 080529dfea Jenkinsfile: update check-config script to latest version 3 éve
LICENSE 68906e6dcd Update LICENSE 6 éve
MAINTAINERS d72722f97c Add Samuel Karp as a maintainer 4 éve
Makefile 4145c81d82 Merge pull request #42880 from thaJeztah/makefile_proxy_vars 3 éve
NOTICE 0595c01718 switch kr/pty to creack/pty v1.1.7 6 éve
README.md d3787d1fda Add "Lego set" back in README.md 7 éve
ROADMAP.md 974294600f Fix some typos in ROADMAP.md 6 éve
SECURITY.md 1d792e6bba Update SECURITY.md to have an option to keep name anonymous if requested. 6 éve
TESTING.md 7ba1af38b8 TESTING.md: note that integration-cli is deprecated 4 éve
VENDORING.md 1f925d1d5c fix the bare url and the Summary of http://semver.org 8 éve
codecov.yml e5cce50c7e Add code coverage report and codecov config 7 éve
poule.yml 651d146fa4 Poule: remove random assign 5 éve
vendor.conf 520dfc36f9 Merge pull request #43100 from conorevans/conorevans/update-fluent 3 éve

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.