An open and reliable container runtime https://github.com/containerd/containerd
Find a file
Stephen J Day 9008471a84
content: initial implementation of content store
After experimenting with pull, we've defined a transactional content
store for verified storage of fetched items. A base component of
containerkit, this will interact with both the runtime and distribution
sides of the system, avoiding coupling.

Blob access if provided through direct access to readonly files.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2016-11-01 18:43:15 -07:00
api Merge container.protos 2016-09-22 11:29:20 -07:00
containerd Add supervisor config 2016-09-20 15:30:35 -07:00
containerd-shim Fix monitor with process events 2016-10-06 15:06:34 -07:00
content content: initial implementation of content store 2016-11-01 18:43:15 -07:00
ctr Fix wrong field name 2016-07-14 17:06:01 +08:00
docs Refactoring minor fix 2016-06-30 23:13:04 -04:00
epoll Rename archutils to epoll 2016-09-22 14:08:41 -07:00
example Move runtime and Mounts to container config 2016-10-28 15:51:31 -07:00
hack vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
integration-test Add grpc health check service 2016-09-09 13:14:47 -07:00
monitor Fix monitor with process events 2016-10-06 15:06:34 -07:00
oci Implement live restore with shim 2016-10-06 15:18:26 -07:00
osutils Move cputicks into osutils package 2016-09-20 11:20:17 -07:00
runtime Refactor epoll monitor for generic use 2016-09-22 14:03:45 -07:00
shim Move runtime and Mounts to container config 2016-10-28 15:51:31 -07:00
specs Add golint to test (#255) 2016-06-03 15:00:49 -07:00
supervisor Refactor epoll monitor for generic use 2016-09-22 14:03:45 -07:00
testutils Add golint to test (#255) 2016-06-03 15:00:49 -07:00
vendor/src vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
.gitignore Use interfaces for container creation 2016-10-03 15:48:39 -07:00
container.go Move runtime and Mounts to container config 2016-10-28 15:51:31 -07:00
CONTRIBUTING.md Move sign off instructions to CONTRIBUTING.md 2016-04-06 14:14:51 -07:00
Dockerfile Update runc to version cc29e3dded8e27ba8f65738f40d251c885030a28 (#267) 2016-06-15 15:08:09 -07:00
execution.go Move runtime and Mounts to container config 2016-10-28 15:51:31 -07:00
Jenkinsfile Initial jenkinsfile (#306) 2016-08-26 10:24:30 -07:00
layers.go containerkit: layer manipulator overlay poc 2016-09-26 21:43:58 -07:00
layers_test.go containerkit: layer manipulator overlay poc 2016-09-26 21:43:58 -07:00
LICENSE.code Update readme and version to 0.1.0 2016-03-21 13:01:28 -07:00
LICENSE.docs Update copyright and license 2015-12-18 00:08:16 +01:00
MAINTAINERS Add tonis and mickael as maintainers 2016-03-21 13:16:12 -07:00
Makefile Fix position of $(TESTFLAGS) in Makefile 2016-09-07 10:30:02 -07:00
mount.go containerkit: layer manipulator overlay poc 2016-09-26 21:43:58 -07:00
NOTICE Update readme and documentation for release 2015-12-16 12:15:22 -08:00
process.go Move runtime and Mounts to container config 2016-10-28 15:51:31 -07:00
README.md Update readme for containerkit 2016-09-20 09:32:10 -07:00
version.go containerkit: change package name of root package 2016-09-26 18:16:00 -07:00

containerd

containerd is the daemon built on containerkit for manageing containers at the system level.

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