Skip to main content
Optimize answer in efficient way
Source Link
Prashanna
  • 981
  • 1
  • 9
  • 15

The above command is not associated to docker alone.

It is an AWS cli command to authenticate into the private container image registry(ECR).

Run the below command to get the password for container registry

aws ecr get-login-password --region us-east-1

Then use the password against the below command

 | podman login --username AWS --password-stdin <aws_account_id>.dkr.ecr.<region>.amazonaws.com

The above command is not associated to docker alone.

It is an AWS cli command to authenticate into the private container image registry(ECR).

Run the below command to get the password for container registry

aws ecr get-login-password --region us-east-1

Then use the password against the below command

podman login --username AWS --password-stdin <aws_account_id>.dkr.ecr.<region>.amazonaws.com

The above command is not associated to docker alone.

It is an AWS cli command to authenticate into the private container image registry(ECR).

Run the below command to get the password for container registry

aws ecr get-login-password --region us-east-1 | podman login --username AWS --password-stdin <aws_account_id>.dkr.ecr.<region>.amazonaws.com
added 206 characters in body
Source Link
Prashanna
  • 981
  • 1
  • 9
  • 15

The above command is not associated to docker alone.

It is an AWS cli command to authenticate into the private container image registry(ECR).

If you can post your error it would be niceRun the below command to get the password for container registry

aws ecr get-login-password --region us-east-1

Then use the password against the below command

podman login --username AWS --password-stdin <aws_account_id>.dkr.ecr.<region>.amazonaws.com

The above command is not associated to docker alone.

It is an AWS cli command to authenticate into the private container image registry(ECR).

If you can post your error it would be nice

The above command is not associated to docker alone.

It is an AWS cli command to authenticate into the private container image registry(ECR).

Run the below command to get the password for container registry

aws ecr get-login-password --region us-east-1

Then use the password against the below command

podman login --username AWS --password-stdin <aws_account_id>.dkr.ecr.<region>.amazonaws.com
Source Link
Prashanna
  • 981
  • 1
  • 9
  • 15

The above command is not associated to docker alone.

It is an AWS cli command to authenticate into the private container image registry(ECR).

If you can post your error it would be nice