mirror of https://github.com/docker/docs.git
Merge pull request #2938 from drish/master
fix ls command with wrong header values
This commit is contained in:
commit
b496f61640
|
|
@ -37,9 +37,9 @@ var (
|
|||
headers = map[string]string{
|
||||
"Name": "NAME",
|
||||
"Active": "ACTIVE",
|
||||
"ActiveHost": "DRIVER",
|
||||
"ActiveSwarm": "STATE",
|
||||
"DriverName": "URL",
|
||||
"ActiveHost": "ACTIVE_HOST",
|
||||
"ActiveSwarm": "ACTIVE_SWARM",
|
||||
"DriverName": "DRIVER",
|
||||
"State": "STATE",
|
||||
"URL": "URL",
|
||||
"SwarmOptions": "SWARM_OPTIONS",
|
||||
|
|
|
|||
Loading…
Reference in New Issue