We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2957fd commit 9089bdfCopy full SHA for 9089bdf
src/content/docs/aws/tutorials/lambda-ecr-container-images.mdx
@@ -109,7 +109,7 @@ Start LocalStack by executing the following command.
109
Make sure to replace `<your-auth-token>` with your actual Auth Token:
110
111
```bash
112
-LOCALSTACK_AUTH_TOKEN=<your-auth-token> DEBUG=1 localstack start -d
+LOCALSTACK_AUTH_TOKEN=<your-auth-token> ECR_ENDPOINT_STRATEGY=off DEBUG=1 localstack start -d
113
```
114
115
Once the LocalStack container is running, we can create a new ECR repository to store our container image.
0 commit comments