Ei kuvausta

Sebastiaan van Stijn debcb76939 Merge pull request #46895 from vvoland/integration-build-cleanenv 1 vuosi sitten
.github 862caf826c update to go1.21.5 1 vuosi sitten
api 08e4e88482 daemon: raise default minimum API version to v1.24 1 vuosi sitten
builder 484e6b784c api/types: move ContainerCreateConfig, ContainerRmConfig to api/types/backend 1 vuosi sitten
cli 3bfb6a9420 frozen images: update to debian:bookworm-slim 1 vuosi sitten
client 08e4e88482 daemon: raise default minimum API version to v1.24 1 vuosi sitten
cmd 08e4e88482 daemon: raise default minimum API version to v1.24 1 vuosi sitten
container e18f5a5304 container: internalize InitAttachContext 1 vuosi sitten
contrib 3bfb6a9420 frozen images: update to debian:bookworm-slim 1 vuosi sitten
daemon 08e4e88482 daemon: raise default minimum API version to v1.24 1 vuosi sitten
distribution 095d2a29a3 distribution: Add Tags 1 vuosi sitten
dockerversion a6da1480b5 dockerversion: DockerUserAgent(): allow custom versions to be passed 2 vuotta sitten
docs f877360dc1 api/t/swarm: Fix deprecation for ServiceSpec.Networks 1 vuosi sitten
errdefs 677d41aa3b Plumb context through info endpoint 1 vuosi sitten
hack 4046ae5e2f Merge pull request #46787 from thaJeztah/update_golang_1.21.4 1 vuosi sitten
image f05dce8d3a replace some strings with OCI consts 1 vuosi sitten
integration d5eba1bfe5 integration/build: Use setupTest 1 vuosi sitten
integration-cli 713c7d49a1 integration(-cli): remove skips for old daemon versions (<20.10) 1 vuosi sitten
internal f6e44bc0e8 internal: Add compatcontext.WithoutCancel 1 vuosi sitten
layer cff4f20c44 migrate to github.com/containerd/log v0.1.0 1 vuosi sitten
libcontainerd 54fcd40aa4 Merge pull request #46227 from thaJeztah/supervisor_ignore_errs 1 vuosi sitten
libnetwork 964ab7158c Explicitly set MTU on bridge devices. 1 vuosi sitten
oci c9ccbfad11 Merge pull request from GHSA-jq35-85cj-fj4p 1 vuosi sitten
opts 1eadfb0e28 opts: ValidateIPAddress: improve error, godoc, and tests 1 vuosi sitten
pkg 677d41aa3b Plumb context through info endpoint 1 vuosi sitten
plugin cff4f20c44 migrate to github.com/containerd/log v0.1.0 1 vuosi sitten
profiles 891241e7e7 seccomp: block io_uring_* syscalls in default profile 1 vuosi sitten
project 7d9d601e6d project: document supported containerd versions 1 vuosi sitten
quota 9709b7e458 quota: increase sparse test-image to 300MB 1 vuosi sitten
reference 1148a24e64 migrate to new github.com/distribution/reference module 1 vuosi sitten
registry 3e43f8e9f4 Merge pull request #46594 from regisb/36598-regisb/registry-mirror-path 1 vuosi sitten
reports f781ec45b5 Fix typos 7 vuotta sitten
restartmanager cb394a62e5 restartmanager: rename max/min as it collides with go1.21 builtin 1 vuosi sitten
runconfig ce1ee98aba Merge pull request #46447 from akerouanton/api-predefined-networks 1 vuosi sitten
testutil 3bfb6a9420 frozen images: update to debian:bookworm-slim 1 vuosi sitten
vendor c8134fa046 vendor: github.com/moby/buildkit v0.12.4 1 vuosi sitten
volume baca6cb417 Don't allow port in CIFS URL 1 vuosi sitten
.dockerignore 4f17d17009 ignorefiles: cleanup 2 vuotta sitten
.gitattributes 314a47492a chore: fix linguist for Dockerfile 3 vuotta sitten
.gitignore 25c3421802 hack: introduce validate/no-module 2 vuotta sitten
.golangci.yml d60de4cafd Move the golangci-lint configuration file to the root dir 1 vuosi sitten
.mailmap ba46bda149 update authors and mailmap 1 vuosi sitten
AUTHORS ba46bda149 update authors and mailmap 1 vuosi sitten
CONTRIBUTING.md b18e170631 CONTRIBUTING.md: update links to golang docs and blog 1 vuosi sitten
Dockerfile 862caf826c update to go1.21.5 1 vuosi sitten
Dockerfile.simple 862caf826c update to go1.21.5 1 vuosi sitten
Dockerfile.windows 862caf826c update to go1.21.5 1 vuosi sitten
Jenkinsfile 59aa3dce8a remove s390x and ppc64ls pipelines 2 vuotta sitten
LICENSE 68906e6dcd Update LICENSE 7 vuotta sitten
MAINTAINERS 5ab8d41d9f Add dmcgowan as curator 1 vuosi sitten
Makefile 49f3e7d233 Dockerfile: remove APT_MIRROR build-arg 1 vuosi sitten
NOTICE 0595c01718 switch kr/pty to creack/pty v1.1.7 6 vuotta sitten
README.md 81ccfd44e4 Fix grammar in README.md 2 vuotta sitten
ROADMAP.md 974294600f Fix some typos in ROADMAP.md 6 vuotta sitten
SECURITY.md 1d792e6bba Update SECURITY.md to have an option to keep name anonymous if requested. 6 vuotta sitten
TESTING.md 7ba1af38b8 TESTING.md: note that integration-cli is deprecated 4 vuotta sitten
VENDORING.md 1f925d1d5c fix the bare url and the Summary of http://semver.org 8 vuotta sitten
codecov.yml b2795564dc codecov: disable "patch" status 3 vuotta sitten
docker-bake.hcl 49f3e7d233 Dockerfile: remove APT_MIRROR build-arg 1 vuosi sitten
vendor.mod c8134fa046 vendor: github.com/moby/buildkit v0.12.4 1 vuosi sitten
vendor.sum c8134fa046 vendor: github.com/moby/buildkit v0.12.4 1 vuosi sitten

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