-
In the README I see:
Where is this on Windows (11)? Where can I look up what should go in this file? Is it standard Docker configuration? It's not mentioned in this README or in the one specific to Windows. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
On Windows this defaults to The best way to populate this file is to run |
Beta Was this translation helpful? Give feedback.
On Windows this defaults to
%USERPROFILE%
, probably
c:\Users\yourusername
The best way to populate this file is to run
nerdctl login <registry-dns-name>
You'll be prompted to authorise and the creds will be saved in the relevant file for you.