-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker info: list CLI plugins alphabetically #2236
Conversation
Before this change, plugins were listed in a random order: Client: Debug Mode: false Plugins: doodle: Docker Doodles all around! 🐳 🎃 (thaJeztah, v0.0.1) shell: Open a browser shell on the Docker Host. (thaJeztah, v0.0.1) app: Docker Application (Docker Inc., v0.8.0) buildx: Build with BuildKit (Docker Inc., v0.3.1-tp-docker) With this change, plugins are listed alphabetically: Client: Debug Mode: false Plugins: app: Docker Application (Docker Inc., v0.8.0) buildx: Build with BuildKit (Docker Inc., v0.3.1-tp-docker) doodle: Docker Doodles all around! 🐳 🎃 (thaJeztah, v0.0.1) shell: Open a browser shell on the Docker Host. (thaJeztah, v0.0.1) Signed-off-by: Sebastiaan van Stijn <[email protected]>
30dd0dc
to
54ba28f
Compare
oh wait, I'm not a contributor to this repo ahah |
reviewing is open to everyone! more eyes never hurt, right? 👌🤗 |
@thaJeztah for sure. |
ping @silvin-lubecki @vdemeester PTAL 🤗 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🐯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Before this change, plugins were listed in a random order:
With this change, plugins are listed alphabetically:
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)