tumgis/sddi-security-discovery-service
Docker image for the the Discovery Service of the SDDI - Security Components
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:
docker pull tumgis/sddi-security-discovery-service:latest
docker run --privileged -d -ti -e container=docker sddi-security-discovery-service:latest
bash
:docker ps -a # search for the id of the docker container
docker exec -it <docker_container_id> bash
yum -y update
docker pull tumgis/sddi-security-discovery-service