Hey Guys, Can you tell me or refer to a document describing how I can properly use a remote docker host. I have configure docker context using which I am able to deploy the localstack pro container to a remote machine.
Now how I can use that machine? Our project uses SQS, S3, DynamoDB, Secrets etc. Using cdklocal to run bootstrap and further deploy lambdas. How I can make cdklocal to use the remote localstack docker deployment. I see this error as of now:
failed bootstrapping: UnknownEndpoint: Inaccessible host: `127.0.0.1' at port `4566'. This service may not be available in the `us-east-1' region.
Please let me know if other info is needed. Using the latest docker image.