-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Add features to CLI ref template #5736
Add features to CLI ref template #5736
Conversation
- Differentiate CLI experimental from daemon experimental - When the whole command is experimental, point to docs for how to get it to show up - Make badges links where possible - Add tooltips to badges for more context - Document in the test.md how to make badges into links and how to use tooltips
❤️ gonna give this a spin tomorrow |
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 👍
Hi. Is there a way how to enable CLI experimental features on docker for windows, please? I am using latest edge version. Thanks |
Hi, @pospanet , does this help? https://docs.docker.com/docker-for-windows/#daemon |
Hi @gbarr01. Not really. :-( This enable only daemon (server) experimental features, not CLI's |
If you look at a reference doc like https://docs.docker.com/edge/engine/reference/commandline/stack_deploy/#options Notice on flags like |
Hi @MistyHacks. Thanks for pointing out. Yet, I have been there with no success. Maybe I am fatally overlooking something, but I did not find any property related to experimental features there. Which property I have to create/modify in a config.json file, please? Thanks |
@pospanet , add
|
@gbarr01 It works !!! :-) Thanks |
how to get it to show up
/test/
)Fixes #5718 (except that the CLI ref needs to be rewritten, but that is out of scope for this PR).
You can test some of this on Netlify but if you want to verify that the badge links actually work, you need to build locally with
docker build
so you get the upstream resources pulled in.Turning the badges into links is a bit of an Easter egg. They do have tooltips but the point is that they are informative even if people don't realize they can click them. As such, when you do click them it opens the target in a new window / tab.
cc/ @thaJeztah who asked for some of these specifically.