Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit a8c2daf

Browse files
committed
commands/ls: Remove URL from HostListItem struct
1 parent 5b8f045 commit a8c2daf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

commands/ls.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ var (
3535
"Name": "NAME",
3636
"DriverName": "DRIVER",
3737
"State": "STATE",
38-
"URL": "URL",
3938
"EngineOptions": "ENGINE_OPTIONS",
4039
"Error": "ERRORS",
4140
"DockerVersion": "DOCKER",
@@ -47,7 +46,6 @@ type HostListItem struct {
4746
Name string
4847
DriverName string
4948
State state.State
50-
URL string
5149
EngineOptions *engine.Options
5250
Error string
5351
DockerVersion string
@@ -315,7 +313,6 @@ func attemptGetHostState(h *host.Host, stateQueryChan chan<- HostListItem) {
315313
Name: h.Name,
316314
DriverName: h.Driver.DriverName(),
317315
State: currentState,
318-
URL: url,
319316
EngineOptions: engineOptions,
320317
DockerVersion: dockerVersion,
321318
Error: hostError,

0 commit comments

Comments
 (0)