service1 account is okay, I am able to login to GUI portal just fine, it just fails in terminal for some reason.
PS docker login -u service1 -p password localregitry.ru
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Error response from daemon: Get "https://localregitry.ru/v2/": unauthorized: authentication required
PS docker login -u user1 -p password localregitry.ru
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Login Succeeded