mirror of https://github.com/containers/podman.git
				
				
				
			Merge pull request #3409 from giuseppe/add-crun
libpod.conf: add runtime crun
This commit is contained in:
		
						commit
						7c4e4449b0
					
				| 
						 | 
					@ -124,6 +124,11 @@ runc = [
 | 
				
			||||||
	    "/usr/lib/cri-o-runc/sbin/runc"
 | 
						    "/usr/lib/cri-o-runc/sbin/runc"
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					crun = [
 | 
				
			||||||
 | 
						    "/usr/bin/crun",
 | 
				
			||||||
 | 
						    "/usr/local/bin/crun",
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 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