mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-25 17:24:38 +01:00
The docker install guides end with a call to `docker run`. However, they all specify `-ti` which is causing our CI to fail. Remove the `-ti` so that the command works both under the CI and as expected for the user. Fixes #175. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Kata Containers installation user guides
Kata Containers requires nested virtualization or bare metal. See the hardware requirements to see if your system is capable of running Kata Containers.
Select your preferred distribution:
For further information, see:
- The the upgrading document.
- The developer guide.
- The runtime documentation.