An open and reliable container runtime https://github.com/containerd/containerd
Find a file
Stephen J Day 32a25d5523
api: begin to define the containerkit api
This commit cuts out the structure for defining grpc services for this
project. To provide compatibility with go package generation and support
reuse, we use a single protobuf file per package and make the import
paths relative to the GOPATH.

This first pass attempts to position the Mount type as the lingua franca
of ContainerKit. The Images service will provide paths prepared for use
as a set of mounts of the container service.

We'll need to merge the container service in place with new file defined
here.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2016-09-20 20:22:23 -07:00
api api: begin to define the containerkit api 2016-09-20 20:22:23 -07:00
archutils Add golint to test (#255) 2016-06-03 15:00:49 -07:00
containerd Add supervisor config 2016-09-20 15:30:35 -07:00
containerd-shim Notify containerd of init death before waiting for children in shim 2016-09-19 15:15:09 -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
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
osutils Move cputicks into osutils package 2016-09-20 11:20:17 -07:00
runtime Use uint32 as Event's Status type everywhere 2016-09-19 12:01:34 -07:00
specs Add golint to test (#255) 2016-06-03 15:00:49 -07:00
supervisor Add supervisor config 2016-09-20 15:30:35 -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 A few .gitignore updates (#308) 2016-08-26 09:40:41 -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
Jenkinsfile Initial jenkinsfile (#306) 2016-08-26 10:24:30 -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
NOTICE Update readme and documentation for release 2015-12-16 12:15:22 -08:00
README.md Update readme for containerkit 2016-09-20 09:32:10 -07:00
version.go Refactor containerd main 2016-09-20 10:29:42 -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/.