Skip to content

Commit 0a18d07

Browse files
authored
Fix docker registry auth example (#1557)
1 parent 201b614 commit 0a18d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ c) authenticate containerd inside k3s/k3d to use your DockerHub user
148148
```yaml
149149
# saved as e.g. $HOME/registries.yaml
150150
configs:
151-
"docker.io":
151+
"registry-1.docker.io":
152152
auth:
153153
username: "$USERNAME"
154154
password: "$PASSWORD"

0 commit comments

Comments
 (0)