INDIGO-DataCloud also provides Docker images to run the IdH service in a Docker container.
You can download the latest docker image at Docker Hubarrow-up-right.
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 .
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 7 years ago