containerd
containerd is a daemon with an API and a command line client, to manage
containers on one machine. It uses runC to run containers according to the OCI
specification. containerd has advanced features such as seccomp and user
namespace support as well as checkpoint and restore for cloning and live
migration of containers.
- Devel package for openSUSE:Factory
-
10
derived packages
- Links to openSUSE:Factory / containerd
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Virtualization:containers/containerd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000600 600 Bytes | |
containerd-0.2.0.tar.xz | 0000463912 453 KB | |
containerd.changes | 0000001773 1.73 KB | |
containerd.service | 0000000616 616 Bytes | |
containerd.socket | 0000000215 215 Bytes | |
containerd.spec | 0000004203 4.1 KB | |
fix-aarch64-epoll.patch | 0000001036 1.01 KB | |
socket-activation-01-vendor.patch | 0000070282 68.6 KB | |
socket-activation-02-daemon.patch | 0000003985 3.89 KB | |
socket-activation-03-ctr.patch | 0000002077 2.03 KB | |
sysconfig.containerd | 0000000195 195 Bytes |
Revision 9 (latest revision is 192)
Aleksa Sarai (cyphar)
committed
(revision 9)
* Use the gc compiler for aarch64 builds. * Add a patch to fix the new aarch64 build support, which has not yet been merged upstream (https://github.com/docker/containerd/pull/195): + fix-aarch64-epoll.patch * Rebase the socket activation patchset which has yet to be merged (https://github.com/docker/containerd/pull/178): * socket-activation-01-vendor.patch * socket-activation-02-daemon.patch * socket-activation-03-ctr.patch * Update to containerd 0.2.0. Changelog: + Add Limit to PidsStats + Add timeout flag for container start times. + Add timeout option for GRPC connection. + Add no_pivot_root support. + Add runtimeArgs to pass to shim * Move epoll syscall to a separate package so we can build on aarch64. * Fix ctr termios restoration isssues. * Several bug fixes. - Remove dependencies on larger packages.
Comments 0