firepilot 1.2.0

Interface to work with Firecracker microVMs
Documentation
1
2
3
4
5
6
7
FROM rust:1.66 as builder
USER root
WORKDIR /build
RUN apt update -y && apt install -y protobuf-compiler
CMD ["cargo", "build"]

# docker run -v $(pwd):/build $IMAGE_NAME