mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
Add cdi-spec-dir option to top level options.
This commit adds new --cdi-spec-dir global option. This option is used to add additional CDI spec paths. Signed-off-by: Micah Chambers (eos) <mchambers@anduril.com> Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
committed by
Jan Kaluza
parent
a36276f5ad
commit
dce36131ae
@@ -35,6 +35,7 @@ type PodmanConfig struct {
|
||||
CPUProfile string // Hidden: Should CPU profile be taken
|
||||
EngineMode EngineMode // ABI or Tunneling mode
|
||||
HooksDir []string
|
||||
CdiSpecDirs []string
|
||||
Identity string // ssh identity for connecting to server
|
||||
IsRenumber bool // Is this a system renumber command? If so, a number of checks will be relaxed
|
||||
IsReset bool // Is this a system reset command? If so, a number of checks will be skipped/omitted
|
||||
|
||||
Reference in New Issue
Block a user