Open
Description
I have deployed a lambda function with a container image to localstack using this plugin. With host: http://localstack
, the deploy command worked perfectly, even from within a docker container (VSCode devcontainer). Can you explain how this is possible? Because if I do a docker push localstack:4510/X
from that container that is in the same network, that would not work. Only outside the container with localhost
.