How do I go about updating the host that `awsx.doc...
# aws
m
How do I go about updating the host that
awsx.docker.buildAndPushImage()
is using for
docker login
?
Copy code
error: Error response from daemon: Get "<https://localhost.localstack.cloud:4510/v2/>": dialing localhost.localstack.cloud:4510 static system has no HTTPS proxy: resolving host localhost.localstack.cloud: lookup localhost.localstack.cloud: no such host
How do I configure the helper method to use these parameters?
Copy code
AWS_ACCESS_KEY_ID=test AWS_SECRET_ACCESS_KEY=test aws ecr get-login-password --endpoint-url=<http://localhost:4566> --region us-east-1
000000000000-auth-token
Oh, I see I think the issue is that
docker login
is not actually supported by localstack
How do I avoid
docker login
?