You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
In order to provide support for containerd, our implementation of runc needs to
implement not only standard operations, but also additional, such as
exec
running in detached mode
implement "containerd-shim", an interface for containerd.
The scope of this task is to
document in free-form what has to be done in order to integrate with containerd
document in free-form how to build containerd on FreeBSD
document in free-form how containerd allocates network addresses for containers. Currently we set up networking right within runtime, but probably it should be done somehow else
(optional) create a proof of concept of containerd-shim
The text was updated successfully, but these errors were encountered:
In order to provide support for containerd, our implementation of runc needs to
exec
The scope of this task is to
The text was updated successfully, but these errors were encountered: