You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Everyone,
What is the way to login to in-secured private registry using "img". This image registry is a development environment and used by multiple teams. When using docker cli this works by making below entry into daemon.json file
{
"insecure-registries" : ["https://myregistry.com"]
}
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello Everyone,
What is the way to login to in-secured private registry using "img". This image registry is a development environment and used by multiple teams. When using docker cli this works by making below entry into daemon.json file
{
"insecure-registries" : ["https://myregistry.com"]
}
Thanks in advance
The text was updated successfully, but these errors were encountered: