mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-11-03 19:15:58 +00:00 
			
		
		
		
	There are two changes here. There first one being relying on the `centos-release-advanced-virtualization` package instead providing the content of the repo ourselves; and the second one being installing `kata-containers` (2.x) instead of the `kata-runtime` one (1.x). Fixes: #1583 Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
		
			
				
	
	
	
		
			757 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			757 B
		
	
	
	
	
	
	
	
Install Kata Containers on CentOS
- 
Install the Kata Containers components with the following commands:
$ sudo -E dnf install -y centos-release-advanced-virtualization $ sudo -E dnf module disable -y virt:rhel $ source /etc/os-release $ cat <<EOF | sudo -E tee /etc/yum.repos.d/kata-containers.repo [kata-containers] name=Kata Containers baseurl=http://mirror.centos.org/\$contentdir/\$releasever/virt/\$basearch/kata-containers enabled=1 gpgcheck=1 skip_if_unavailable=1 EOF $ sudo -E dnf install -y kata-containers - 
Decide which container manager to use and select the corresponding link that follows: