mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 23:04:20 +01:00
Remove the installation step in the virtcontainers doc
because the virtcontainers install/uninstall targets have
been removed by 86723b51ae
and they are not used anymore.
Fixes: #7637
Signed-off-by: Manabu Sugimoto <Manabu.Sugimoto@sony.com>
602 B
602 B
Prerequisites
virtcontainers has a few prerequisites for development:
- CNI
- golang
Building
To build virtcontainers, at the top level directory run:
# make
Testing
Before 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.
Submitting changes
For details on the format and how to submit changes, refer to the Contributing document.