Running CDMI-QoS as a Docker Container
Last updated
Last updated
INDIGO-DataCloud also provides Docker images to run the CDMI-QoS service in a Docker container.
You can download the latest docker image at .
You can also build the latest docker image with the provided Docker file at .
cd CDMI/docker/run
docker build -t my/cdmi-qos .
You can run the Docker image with following command
docker run -P -v /data:/data my/cdmi-qos
This command will run the CDMI-QoS Docker image, maps any required network ports inside the container to your host and "mounts" your local /data/
directory to the containers interlan /data/
directory, the pre-confiured default container directory where the service will store its data.