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.
.DockerVersion
lsDefaultFormat
1 parent 423ee11 commit 368e2a5Copy full SHA for 368e2a5
1 file changed
commands/ls.go
@@ -26,7 +26,7 @@ import (
26
const (
27
lsDefaultTimeout = 10
28
tableFormatKey = "table"
29
- lsDefaultFormat = "table {{ .Name }}\t{{ .DriverName}}\t{{ .State }}\t{{ .DockerVersion }}\t{{ .Error}}"
+ lsDefaultFormat = "table {{ .Name }}\t{{ .DriverName}}\t{{ .State }}\t{{ .Error}}"
30
)
31
32
var (
0 commit comments