# README
containerd
runv-containerd is a daemon to control hypercontainer and supports the same gRPC api of the docker-containerd.
Getting started
- You need to build it from source at first.
- Then you can combind it with docker or containerd-ctr.
Dependencies
- If you want to enable network for container, Kernels newer than
Linux 4.1-rc1
or this commit are required.
Try it with docker
# in terminal #1
runv --debug --driver libvirt --kernel /opt/hyperstart/build/kernel --initrd /opt/hyperstart/build/hyper-initrd.img containerd
# in terminal #2
docker daemon -D -l debug --containerd=/run/runv-containerd/containerd.sock
# in terminal #3 for trying it
docker run -ti busybox
# ls # (already in the terminal of the busybox container)
# exit # (quit the container)
Build
The same as the build of runv
Docs
# Packages
No description provided by the author
# Variables
No description provided by the author