tumgis/sddi-security-discovery-service

By tumgis

Updated over 4 years ago

Docker image for the the Discovery Service of the SDDI - Security Components

Image

42

This repository is a prepared installation of the Discovery Service for the SDDI - Security Components, as described in the Readme of https://github.com/tum-gis/sddi-security-federation-framework.

To use the repository follow these steps:

  • Pull the docker image:
docker pull tumgis/sddi-security-discovery-service:latest
  • Run the container:
docker run --privileged -d -ti -e container=docker sddi-security-discovery-service:latest
  • Execute the container and use bash:
docker ps -a # search for the id of the docker container
docker exec -it <docker_container_id> bash
  • It is good practise to update the packages:
yum -y update

Docker Pull Command

docker pull tumgis/sddi-security-discovery-service