mirror of https://github.com/containers/podman.git
				
				
				
			Merge pull request #4308 from openSUSE/kata
Add Kata Containers runtimes to libpod.conf
This commit is contained in:
		
						commit
						aad2904553
					
				
							
								
								
									
										23
									
								
								libpod.conf
								
								
								
								
							
							
						
						
									
										23
									
								
								libpod.conf
								
								
								
								
							|  | @ -146,6 +146,29 @@ crun = [ | ||||||
| 	    "/usr/local/bin/crun", | 	    "/usr/local/bin/crun", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  | # Kata Containers is an OCI runtime, where containers are run inside lightweight | ||||||
|  | # Virtual Machines (VMs). Kata provides additional isolation towards the host, | ||||||
|  | # minimizing the host attack surface and mitigating the consequences of | ||||||
|  | # containers breakout. | ||||||
|  | # Please notes that Kata does not support rootless podman yet, but we can leave | ||||||
|  | # the paths below blank to let them be discovered by the $PATH environment | ||||||
|  | # variable. | ||||||
|  | 
 | ||||||
|  | # Kata Containers with the default configured VMM | ||||||
|  | kata-runtime = [ | ||||||
|  |     "/usr/bin/kata-runtime", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | # Kata Containers with the QEMU VMM | ||||||
|  | kata-qemu = [ | ||||||
|  |     "/usr/bin/kata-qemu", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | # Kata Containers with the Firecracker VMM | ||||||
|  | kata-fc = [ | ||||||
|  |     "/usr/bin/kata-fc", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
| # The [runtimes] table MUST be the last thing in this file. | # The [runtimes] table MUST be the last thing in this file. | ||||||
| # (Unless another table is added) | # (Unless another table is added) | ||||||
| # TOML does not provide a way to end a table other than a further table being | # TOML does not provide a way to end a table other than a further table being | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue