UltraHook makes it super easy to connect public webhook endpoints with development environments.
1.1K
# SYNTAX:
docker run -e ULTRAHOOK_API_KEY=[key] -p 5000:5000 \
--net="host" stacksimple/ultrahook [subdomain] [destination]
$ docker run -e ULTRAHOOK_API_KEY=foo -p 5000:5000 \
--net="host" stacksimple/ultrahook myapp http://127.0.0.1:3000
# => http://myapp.myaccount.ultrahook.com -> http://127.0.0.1:3000
The above example uses the "host" network. This allows the container to pass requests to the local environment, port 3000.
Content type
Image
Digest
Size
327 MB
Last updated
over 8 years ago
docker pull stacksimple/ultrahook