mirror of https://github.com/docker/docs.git
fix ls command with wrong header values
fixes #2937 Signed-off-by: Carlos Derich <d.erich@hotmail.com>
This commit is contained in:
parent
7f708edcec
commit
0a1eb5d79f
|
@ -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