Run docker container in flow and curl against it
Heya, I'm trying to spin up a docker container as part of a flow and I want to wait for it to be available.
Here's what I have so far, but it doesn't seem to be reachable via cURL from here.
Instead of
Container is definitely running and exposing the port correctly:
Any ideas are welcome
Thank you in advance!
Here's what I have so far, but it doesn't seem to be reachable via cURL from here.
Instead of
0.0.0.0 I've also already tried localhost and cf-clearance-scraper.Container is definitely running and exposing the port correctly:
Any ideas are welcome