An open and reliable container runtime
https://github.com/containerd/containerd
34b630c861
We define the approach and API of the LayerManipulator. It provides a model for a bare bones graph driver using a simplified snapshotting model. Callers Prepare and Commit diff paths to build up a tree of interelated layers, all without being coupled to the layer diff format or an image runtime. Signed-off-by: Stephen J Day <stephen.day@docker.com> |
||
---|---|---|
api | ||
containerd | ||
containerd-shim | ||
ctr | ||
docs | ||
epoll | ||
hack | ||
integration-test | ||
monitor | ||
osutils | ||
runtime | ||
specs | ||
supervisor | ||
testutils | ||
vendor/src | ||
.gitignore | ||
CONTRIBUTING.md | ||
Dockerfile | ||
Jenkinsfile | ||
layers.go | ||
LICENSE.code | ||
LICENSE.docs | ||
MAINTAINERS | ||
Makefile | ||
mount.go | ||
NOTICE | ||
README.md | ||
version.go |
containerd
containerd
is the daemon built on containerkit for manageing containers at the system level.
Copyright and license
Copyright © 2016 Docker, Inc. All rights reserved, except as follows. Code is released under the Apache 2.0 license. The README.md file, and files in the "docs" folder are licensed under the Creative Commons Attribution 4.0 International License under the terms and conditions set forth in the file "LICENSE.docs". You may obtain a duplicate copy of the same license, titled CC-BY-SA-4.0, at http://creativecommons.org/licenses/by/4.0/.