Sign inSign up

stacksimple/ultrahook

By stacksimple

Updated almost 8 years ago

UltraHook makes it super easy to connect public webhook endpoints with development environments.

Image
0

1.1K

stacksimple/ultrahook repository overview

How it works:

  1. Go to Ultrahook.com and get an api key.
  2. Run the container like so:
# 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.

Tag summary

Content type

Image

Digest

Size

327 MB

Last updated

over 8 years ago

docker pull stacksimple/ultrahook