From d6ac1e5db3800c9c8b080a547ec2fad80b1af379 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Tue, 5 Dec 2023 05:57:19 +0000 Subject: [PATCH] Fix docker config --- home/dot_config/docker/config.json.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/dot_config/docker/config.json.tmpl b/home/dot_config/docker/config.json.tmpl index ae7ac76a..1b382f37 100644 --- a/home/dot_config/docker/config.json.tmpl +++ b/home/dot_config/docker/config.json.tmpl @@ -1,7 +1,7 @@ { - "auths": { - "https://index.docker.io/v1/": {} - }, - "credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}", - "currentContext": "desktop-linux" + "auths": { + "https://index.docker.io/v1/": {} + }, + "credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}", + "currentContext": "desktop-linux" } \ No newline at end of file