Containerd gRPC API

Core gRPC API for managing the full container lifecycle including containers, images, content, snapshots, namespaces, tasks, leases, events, and plugins. Provides low-level access to all containerd functionality through Protocol Buffers service definitions.

API entry from apis.yml

apis.yml Raw ↑
aid: containerd:containerd-grpc-api
name: Containerd gRPC API
description: Core gRPC API for managing the full container lifecycle including containers, images, content,
  snapshots, namespaces, tasks, leases, events, and plugins. Provides low-level access to all containerd
  functionality through Protocol Buffers service definitions.
humanURL: https://github.com/containerd/containerd/tree/main/api
properties:
- type: Documentation
  url: https://containerd.io/docs/
- type: Reference
  url: https://github.com/containerd/containerd/tree/main/api
- type: JSONSchema
  url: json-schema/containerd-config-schema.json
- type: JSONSchema
  url: json-schema/containerd-oci-runtime-spec-schema.json
tags:
- Container Runtime
- gRPC
- Lifecycle Management