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