Run stripe-cli on mac m1 docker. #904
Unanswered
lucaspaixao-dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, how can I run the docker stripe-cli on my Mac M1?
I tried:
docker run --network="host" --rm --platform linux/amd64 -it stripe/stripe-cli listen --forward-to localhost:8080/stripe/webhook
but I have the following response:
standard_init_linux.go:228: exec user process caused: exec format error
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions