tumgis/sddi-security-resource-server
Docker image for the the Resource Server of the SDDI - Security Components
34
This repository is a prepared installation of the Resource Server 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-resource-server:latest
docker run --privileged -d -ti -e container=docker tumgis/sddi-security-resource-server: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-resource-server