-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Service privileges: CLI reference docs & completion #338
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
Conversation
|
Also ping @albers PTAL |
Codecov Report
@@ Coverage Diff @@
## master #338 +/- ##
==========================================
+ Coverage 48.83% 48.85% +0.01%
==========================================
Files 186 186
Lines 12413 12413
==========================================
+ Hits 6062 6064 +2
+ Misses 5977 5975 -2
Partials 374 374 |
| For example, specifying `file://spec.json` loads | ||
| `C:\ProgramData\Docker\CredentialSpecs\spec.json`. | ||
|
|
||
| When using the `registry://keyname` format, the credential spec is read |
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.
Remove keyname here since this only needs to state the prefix (and, technically, it is a value not a key).
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.
Darn, copied the wrong one; I can make it registry://<value name>
| When using the `registry://keyname` format, the credential spec is read | ||
| from the Windows registry on the daemon's host. The specified registry | ||
| value must be located in `HKLM\SOFTWARE\Microsoft\Windows | ||
| NT\CurrentVersion\Virtualization\Containers\CredentialSpecs`. |
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.
There should be a space between Windows and NT. Is that going to be clear?
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.
oh, I see it wrapped; hold on, fixing
ebf01c1 to
214d04d
Compare
|
Updated, PTAL |
johnstep
left a comment
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
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
214d04d to
5cc7ac2
Compare
|
author LGTM |
This documents the Service privileges API changes, that were added in: moby/moby@091b5e6 (moby/moby#32339)
Carries the CLI changes of moby/moby#32483, with some additional information about the values
ping @johnstep PTAL