We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291f18b commit a84121eCopy full SHA for a84121e
docker.go
@@ -204,9 +204,9 @@ func commandLoginEmail(login Login) *exec.Cmd {
204
)
205
}
206
207
-// helper function to create the docker info command.
+// helper function to create the docker version command.
208
func commandVersion() *exec.Cmd {
209
- return exec.Command(buildahExe, "--storage-driver", "vfs", "version")
+ return exec.Command(buildahExe, "version")
210
211
212
// helper function to create the docker info command.
0 commit comments