mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 10:44:10 +00:00
We need to ensure that we do not blindly append nor blindly override the kernel parameters set by default, but rather modify the values in case they exist, and append in case they do not. Now we're actually making golang and rust runtime behave the same, as so far they were behaving differently, each version wrong in its own way. :-p. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
Kata golang packages
This repository contains a number of packages in addition to the
virtcontainers package:
| Package name | Description |
|---|---|
katatestutils |
Unit test utilities. |
katautils |
Utilities. |
signals |
Signal handling functions. |