quick-keyboard-83126
10/16/2022, 6:53 AMkind-iron-72902
10/17/2022, 4:07 PMquick-keyboard-83126
10/21/2022, 12:06 AMdocker pull
? -- my solution was rm
-- it was an effective solutionkind-iron-72902
10/24/2022, 6:51 PMcredsStore
field in ~/.docker/config.json
to "none"
, but that will store your actual credentials in plain-text base64 in ~/.docker/plaintext-credentials.config.json
, created with perms 0600. If your machine is secure you could always use that.quick-keyboard-83126
10/24/2022, 6:52 PMkind-iron-72902
10/24/2022, 6:54 PMquick-keyboard-83126
10/24/2022, 6:54 PMkind-iron-72902
10/24/2022, 6:55 PMcredsStore
field to "docker"
. And when RD starts up, if that field is set to "desktop"
it gets set to the platform-specific credsStore
, which is the most likely explanation for it bouncing back to osxkeychain
quick-keyboard-83126
10/24/2022, 6:56 PMkind-iron-72902
10/24/2022, 6:56 PMquick-keyboard-83126
10/24/2022, 6:56 PMkind-iron-72902
10/24/2022, 6:56 PMquick-keyboard-83126
10/24/2022, 6:56 PMkind-iron-72902
10/24/2022, 6:56 PM~/.docker
directoryquick-keyboard-83126
10/24/2022, 6:57 PMjsoref@jsoref-mbp templates % ls -hal ~/.docker
total 32
drwxr-xr-x 14 jsoref staff 448B Oct 24 14:52 .
drwxr-xr-x+ 378 jsoref staff 12K Oct 24 14:52 ..
-rw------- 1 jsoref staff 64B Oct 25 2018 .buildNodeID
-rw------- 1 jsoref staff 132B Jul 26 18:23 .token_seed
-rw------- 1 jsoref staff 0B Mar 24 2021 .token_seed.lock
drwxr-xr-x 5 jsoref staff 160B Dec 17 2020 application-template
drwx------ 7 jsoref staff 224B Jun 29 16:37 buildx
drwxr-xr-x 4 jsoref staff 128B Oct 13 12:15 cli-plugins
-rw------- 1 jsoref staff 2.3K Oct 24 14:52 config.json
drwxr-xr-x 4 jsoref staff 128B Apr 4 2021 contexts
-rw-r--r--@ 1 jsoref staff 147B May 18 2021 daemon.json
drwxr--r-- 3 jsoref staff 96B Aug 6 2021 devenvironments
drwxr-xr-x 3 jsoref staff 96B Jan 26 2022 run
drwxr-xr-x 3 jsoref staff 96B Jan 24 2022 scan
application-template
dates to 2020 and the .token_seed.lock
to 2021, that seems unlikelykind-iron-72902
10/24/2022, 6:57 PMdocker-credential-none
to run tests on CI where we don't want random dialog boxes popping upquick-keyboard-83126
10/24/2022, 6:58 PMkind-iron-72902
10/24/2022, 6:59 PMquick-keyboard-83126
10/24/2022, 7:01 PMnone
helper. Replacing it w/ the none
helper from main
(w/ a working logging pass through) results in things working....