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
**UPDATE**: Use the environment variable `$LOCALSTACK_HOSTNAME` to determine the target host
320
320
inside your Lambda function. See [Configurations](#Configurations) section for more details.
321
321
322
+
## Using the official AWS CLI version 2 Docker image with Localstack Docker container
323
+
324
+
By default the container running [amazon/aws-cli](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-docker.html) is isolated from `0.0.0.0:4566` on the host machine, that means that aws-cli cannot reach localstack through your shell.
325
+
326
+
To ensure that the two docker containers can communicate create a network on the docker engine:
0 commit comments