Go to file
Samuel Ortiz 24eff72d82 virtcontainers: Initial import
This is a virtcontainers 1.0.8 import into Kata Containers runtime.

virtcontainers is a Go library designed to manage hardware virtualized
pods and containers. It is the core Clear Containers framework and will
become the core Kata Containers framework, as discussed at
https://github.com/kata-containers/runtime/issues/33

Some more more pointers:

virtcontainers README, including some design and architecure notes:
https://github.com/containers/virtcontainers/blob/master/README.md

virtcontainers 1.0 API:
https://github.com/containers/virtcontainers/blob/master/documentation/api/1.0/api.md

Fixes #40

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2018-03-13 00:49:46 +01:00
.ci ci: Add run.sh and setup.sh in order to run the tests. 2018-02-22 01:00:55 -06:00
cc-runtime@532740cc7c cc-runtime: Update to 3.0.21 2018-03-08 08:19:53 -06:00
runv@299f4e6493 runv: modify GOPATH to build 2018-01-30 10:00:05 +08:00
virtcontainers virtcontainers: Initial import 2018-03-13 00:49:46 +01:00
.gitignore runv: modify GOPATH to build 2018-01-30 10:00:05 +08:00
.gitmodules runv: modify GOPATH to build 2018-01-30 10:00:05 +08:00
.pullapprove.yml CI: Add pullapprove and require two acks / PR 2017-12-21 17:23:35 +00:00
.travis.yml CI: Enable checkcommits 2018-01-31 12:30:02 +00:00
CODE_OF_CONDUCT.md docs: Add missing standard docs 2018-02-09 14:45:14 +00:00
CONTRIBUTING.md docs: Add missing standard docs 2018-02-09 14:45:14 +00:00
LICENSE Initial commit 2017-11-21 17:03:45 +08:00
Makefile runv: modify GOPATH to build 2018-01-30 10:00:05 +08:00
README.md docs: Add missing standard docs 2018-02-09 14:45:14 +00:00

Build Status

Runtime

This project contains the runtime for the Kata Containers project.