virtcontainers has a few prerequisites for development:
- CNI
- golang
To build virtcontainers, at the top level directory run:
# makeBefore testing virtcontainers, ensure you have met the prerequisites.
To test virtcontainers, at the top level run:
# make check
This will:
- run static code checks on the code base.
- run
go testunit tests from the code base.
For details on the format and how to submit changes, refer to the Contributing document.