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.
.Active
lsDefaultFormat
1 parent 8ba9653 commit 84763a3Copy full SHA for 84763a3
1 file changed
commands/ls.go
@@ -27,7 +27,7 @@ import (
27
const (
28
lsDefaultTimeout = 10
29
tableFormatKey = "table"
30
- lsDefaultFormat = "table {{ .Name }}\t{{ .Active }}\t{{ .DriverName}}\t{{ .State }}\t{{ .URL }}\t{{ .DockerVersion }}\t{{ .Error}}"
+ lsDefaultFormat = "table {{ .Name }}\t{{ .DriverName}}\t{{ .State }}\t{{ .URL }}\t{{ .DockerVersion }}\t{{ .Error}}"
31
)
32
33
var (
0 commit comments