@@ -115,15 +115,15 @@ $ gpg --generate-key
115
115
GnuPG needs to construct a user ID to identify your key.
116
116
117
117
Real name: Molly
118
- Email address: molly@docker .com
118
+ Email address: molly@example .com
119
119
You selected this USER-ID:
120
- "Molly <molly@docker .com>"
120
+ "Molly <molly@example .com>"
121
121
122
122
Change (N)ame, (E)mail, or (O)kay/(Q)uit? O
123
123
...
124
124
pub rsa3072 2022-03-31 [SC] [expires: 2024-03-30]
125
125
7865BA9185AFA2C26C5B505669FC4F36530097C2
126
- uid Molly <molly@docker .com>
126
+ uid Molly <molly@example .com>
127
127
sub rsa3072 2022-03-31 [E] [expires: 2024-03-30]
128
128
```
129
129
@@ -135,13 +135,7 @@ mkdir: created directory '/home/molly/.password-store/'
135
135
Password store initialized for 7865BA9185AFA2C26C5B505669FC4F36530097C2
136
136
```
137
137
138
- After signing in on the Docker Dashboard, you can check whether the login credentials are stored in the password store.
139
-
140
- ``` console
141
- molly@ubuntu:~ $ docker-credential-desktop list
142
- {"https://index.docker.io/v1/":"molly","https://index.docker.io/v1//refresh-token":"v1.Mb66i2rHIBOjNVkKpKpv8zYQU-gwtNam_5RbYZmsUCQ_smw2WiliFrJlUw5rszR947C2iZ4QGAJ1g5opK1URwaY","https://index.docker.io/v1//user":"molly"}
143
- ```
144
-
138
+ Once ` pass ` is initialized, we can sign in on the Docker Dashboard and pull our private images.
145
139
When credentials are used by the Docker CLI or Docker Desktop, a user prompt may pop up for the password you set during the gpg key generation.
146
140
147
141
``` console
0 commit comments