remove unnecessary PreloadedVolume

pull/6720/head
Priya Wadhwa 2020-03-02 16:17:35 -08:00
parent 4996b14a28
commit 05a46f6526
1 changed files with 12 additions and 13 deletions

View File

@ -45,7 +45,6 @@ type CreateParams struct {
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...
OCIBinary string // docker or podman
PreloadedVolume string // volume of preloaded images
}
// createOpt is an option for Create