You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.
In the response of NetworkInspectWithRaw from Swarm, there is additional Engine field in it. And dockercli implemented by github.com/spf13/cobra takes []byte to format the output.
If the initial purpose of NetworkInspectWithRaw, is it []byte should be exactly correspond to types.NetworkResource.
Hi, All,
Today, I found that
docker network inspect NETWORK
shows engine details when this command is against Swarm.See docker-archive/classicswarm#2349 and docker-archive/classicswarm#2275
In the response of NetworkInspectWithRaw from Swarm, there is additional
Engine
field in it. And dockercli implemented bygithub.com/spf13/cobra
takes []byte to format the output.If the initial purpose of NetworkInspectWithRaw, is it
[]byte
should be exactly correspond to types.NetworkResource.If the answer is yes, I think we should fix this. Maybe I can do the change.
The text was updated successfully, but these errors were encountered: