Move docs in readme to separate pages

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman
2016-04-06 14:09:15 -07:00
parent a3d09df648
commit 6228054b6f
6 changed files with 233 additions and 234 deletions

6
docs/api.md Normal file
View File

@@ -0,0 +1,6 @@
# API
The API for containerd is with GRPC over a unix socket located at the default location of `/run/containerd/containerd.sock`.
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.
There is a Go implementation and types checked into this repository but alternate language implementations can be created using the grpc and protoc toolchain.