-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Description
Is this a docs issue?
- My issue is about the documentation content or website
Type of issue
I can't find what I'm looking for
Description
For the page https://docs.docker.com/desktop/setup/sign-in/#credentials-management-for-linux-users, it would be helpful if the actual
command used for the example would be shown, as it is not clear what should replace <your_generated_gpg-id_public_key> in step 3.
From the example, should the example command be
$ pass init 3ABCD1234EF56G78
or is it something else? All your example shows is the partial output, not the actually invocation string as generated in step 2.
It isn't clear what part of the step 2 output should be used (only the hex string is my guess), but perhaps it is more than that.
Location
https://docs.docker.com/desktop/setup/sign-in/#credentials-management-for-linux-users
Suggestion
Modify step 3 to show the full invocation of the pass init command, not the <your_generated_gpg-id_public_key> meta string.