Sign inSign up

fboaventura/dckr-ipd

By fboaventura

Updated about 9 years ago

Docker instance to run and IPD server

Image
1

10K+

fboaventura/dckr-ipd repository overview

fboaventura/dckr-ipd

Docker instance to run mpolden/ipd service.

How to use

This instance is published at Docker Hub, so it's public available. All you need to run this instance is:

$ docker run -d -p 8080:80 fboaventura/dckr-ipd

You can, of course, pass some custom values in order to make it more prone to your usage. The variables, and their defaults are:

Environment

ENV DOMAIN "localhost"
ENV BASEDIR "/app"
ENV PORT "8888"
ENV ADDOPTS ""
ENV LOGLEVEL "debug"

Keep in mind that this image is built upon joeshaw/busybox-nonroot, thus it can only bind to ports above 1024.

If you are running this Docker instance behind a loadbalancer, or proxy, you may add --trusted-header=X-Forwarded-For to ADDOPTS variable, so it will get the Forwarded IP address, instead of the one from the loadbalancer/proxy instance.

Once the instance is running, all you have to do is open a web browser and point it to http://localhost:8080

Tag summary

Content type

Image

Digest

Size

31 MB

Last updated

about 9 years ago

docker pull fboaventura/dckr-ipd