containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

docs: developer: build and test instructions #639

Closed grahamwhaley closed 6 years ago

grahamwhaley commented 6 years ago

We need some introductory developer docs for virtcontainers.

You can't just # make out of the box, so we should document the requirements and setup steps. It would be really nice if the Makefile could check if you have met them and abort in a nicer way as well, if possible.