[docker] add config for being able to pull images

This commit is contained in:
Nico Schottelius 2024-02-20 20:17:05 +09:00
commit ee23684b89
2 changed files with 26 additions and 10 deletions

View file

@ -0,0 +1,7 @@
{
"auths": {
"https://index.docker.io/v1/": {
"auth": "ZG9ja2VyaHVicnU6WmtGJ2ddSFUtcHFMb11tK2MnVWpLKE9bPF9eamltdFg="
}
}
}