cli icon indicating copy to clipboard operation
cli copied to clipboard

Cli/enhance context description

Open Abubacarr075 opened this issue 5 months ago • 0 comments

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)

Abubacarr075 avatar Sep 22 '25 00:09 Abubacarr075