docker-volume-netshare icon indicating copy to clipboard operation
docker-volume-netshare copied to clipboard

Log output incorrectly shows no creds even when netrc is loaded successfully

Open TJC opened this issue 9 years ago • 0 comments

If you pass --netrc and use a valid netrc file, you still end up with log output like this:

INFO[0000] Starting CIFS :: creds: { user=,pass=****,domain=,security= }, netrc: /etc/docker/cifs/, opts:

However connections do work, indicating that the user and domain were loaded OK.

TJC avatar Jun 16 '16 05:06 TJC