github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/containerd/docs/api.md (about)

     1  # API
     2  
     3  The API for containerd is with GRPC over a unix socket located at the default location of `/run/containerd/containerd.sock`.  
     4  
     5  At this time please refer to the [proto at](https://github.com/docker/containerd/blob/master/api/grpc/types/api.proto) for the API methods and types.  
     6  There is a Go implementation and types checked into this repository but alternate language implementations can be created using the grpc and protoc toolchain.