remove unnecessary PreloadedVolume
parent
4996b14a28
commit
05a46f6526
|
@ -45,7 +45,6 @@ type CreateParams struct {
|
||||||
Envs map[string]string // environment variables to pass to the container
|
Envs map[string]string // environment variables to pass to the container
|
||||||
ExtraArgs []string // a list of any extra option to pass to oci binary during creation time, for example --expose 8080...
|
ExtraArgs []string // a list of any extra option to pass to oci binary during creation time, for example --expose 8080...
|
||||||
OCIBinary string // docker or podman
|
OCIBinary string // docker or podman
|
||||||
PreloadedVolume string // volume of preloaded images
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// createOpt is an option for Create
|
// createOpt is an option for Create
|
||||||
|
|
Loading…
Reference in New Issue