Running IdH as a Docker Container

INDIGO-DataCloud also provides Docker images to run the IdH service in a Docker container.

Get the Docker container

You can download the latest docker image at Docker Hubarrow-up-right.

(optional) Build the container

You can also build the latest docker image with the provided Docker file at GitHubarrow-up-right.

cd identity-harmonization/docker/run

docker build -t my/idh .

Run the Docker image

You can run the Docker image with following command

docker run -P my/idh

This command will run the IdH Docker image and maps any required network ports inside the container to your host.

Last updated