mirror of
				https://github.com/containers/podman.git
				synced 2025-10-31 18:08:51 +08:00 
			
		
		
		
	Vendor in containers/common v0.12.0
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
		
							
								
								
									
										25
									
								
								vendor/github.com/containers/common/pkg/config/config_remote.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								vendor/github.com/containers/common/pkg/config/config_remote.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,25 @@ | ||||
| // +build remote | ||||
|  | ||||
| package config | ||||
|  | ||||
| // isDirectory tests whether the given path exists and is a directory. It | ||||
| // follows symlinks. | ||||
| func isDirectory(path string) error { | ||||
| 	return nil | ||||
| } | ||||
|  | ||||
| func isRemote() bool { | ||||
| 	return true | ||||
| } | ||||
|  | ||||
| func (c *EngineConfig) validatePaths() error { | ||||
| 	return nil | ||||
| } | ||||
|  | ||||
| func (c *ContainersConfig) validateDevices() error { | ||||
| 	return nil | ||||
| } | ||||
|  | ||||
| func (c *ContainersConfig) validateUlimits() error { | ||||
| 	return nil | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Daniel J Walsh
					Daniel J Walsh