docs: mention the new OCI runtime configuration
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
		
							parent
							
								
									8aa9b85fa7
								
							
						
					
					
						commit
						7899b738f4
					
				|  | @ -12,8 +12,11 @@ libpod to manage containers. | ||||||
| **image_default_transport**="" | **image_default_transport**="" | ||||||
|   Default transport method for pulling and pushing images |   Default transport method for pulling and pushing images | ||||||
| 
 | 
 | ||||||
| **runtime_path**="" | **runtime**="" | ||||||
|   Paths to search for a valid OCI runtime binary |   Default OCI runtime to use if nothing is specified | ||||||
|  | 
 | ||||||
|  | **runtimes** | ||||||
|  |   For each OCI runtime, specify a list of paths to look for.  The first one found is used. | ||||||
| 
 | 
 | ||||||
| **conmon_path**="" | **conmon_path**="" | ||||||
|   Paths to search for the Conmon container manager binary |   Paths to search for the Conmon container manager binary | ||||||
|  |  | ||||||
|  | @ -88,6 +88,8 @@ pause_command = "/pause" | ||||||
| # Default libpod support for container labeling | # Default libpod support for container labeling | ||||||
| # label=true | # label=true | ||||||
| 
 | 
 | ||||||
|  | runtime = "runc" | ||||||
|  | 
 | ||||||
| # Paths to look for a valid OCI runtime (runc, runv, etc) | # Paths to look for a valid OCI runtime (runc, runv, etc) | ||||||
| [runtimes] | [runtimes] | ||||||
| runc = [ | runc = [ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue