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
you can use http://host.docker.internal:3000/xxxxxxx instead of localhost. This is a special DNS which will resolve to the internal IP address of the container host.
Since you are on Linux, you need to pass the --add-host host.docker.internal:host-gateway flag as well.
Alternatively, since you are on Linux you should be able to pass the --network="host", which will not isolate the container's network stack from its host.
When I run the command
sudo docker run --rm -it --net=bridge stripe/stripe-cli listen --forward-to http://localhost:3000/xxxxxxx --api-key API_KEY
On receiving event I am getting
[ERROR] Failed to POST: Post "http://localhost:3000/xxxxxxx": dial tcp 127.0.0.1:3000: connect: connection refused
I am running docker on KDE Neon OS
The text was updated successfully, but these errors were encountered: