cli
cli copied to clipboard
Cli/enhance context description
Partial fix of issue #6151 . Addressed the first two points of the issue
- What I did I updated the docker version and docker info commands to include the Docker Host endpoint and reason for active context in the output.
- How I did it
- Leveraged the CLI interface to include the reason for active context
- Leveraged the ClientVersion type in the docker version command which Docker Info also uses to include the Docker Host and reason for active context
- How to verify it Build CLI locally and run the docker version and docker info command to see outputs
- Human readable description for the release notes
- A picture of a cute animal (not mandatory but encouraged)