containerd 0.1.0

containerd sdk
Documentation
1
2
3
4
5
6
FROM rustlang/rust:nightly-buster

WORKDIR /app
COPY . .

RUN cargo build --verbose