AY
Size: a a a
AY
E
docker pull
- все збс скачивается.options = {
"docker.auth.config" = "/root/.docker/config.json"
"docker.auth.helper" = "yc"
}
API error (500): unauthorized: Authentication problem
и все тут.E
E
plugin "docker" {
config {
auth {
config = "/etc/docker/auth.json"
}
}
}
E
E
E
E
AY
E
AY
c
auth {
config = "/etc/docker_auth_config.json"
}
{
"credHelpers": {
"container-registry.cloud.yandex.net": "yandex",
"cr.cloud.yandex.net": "yandex",
"cr.yandex": "yandex"
}
}
c
options = {
"docker.auth.helper" = "yandex"
"docker.auth.config" = "/etc/docker_auth_config.json"
}
AY
auth {
config = "/etc/docker_auth_config.json"
}
{
"credHelpers": {
"container-registry.cloud.yandex.net": "yandex",
"cr.cloud.yandex.net": "yandex",
"cr.yandex": "yandex"
}
}
c
AY
E
E
E
s