cdmi-qos
  • About Indigo Component
  • Developer guide
    • Developing the CDMI Server
    • Developing a QoS Storage Back-End Module
    • Developing a Data Storage Back-End Module
  • Deployment and Administration guide
    • Installing CDMI-QoS
    • Building from Sources
    • Running CDMI-QoS as a Docker Container
    • Configuration
    • Updating CDMI-QoS
  • User guide
    • API Walkthrough
Powered by GitBook
On this page
  • Get the Docker container
  • (optional) Build the container
  • Run the Docker image
  1. Deployment and Administration guide

Running CDMI-QoS as a Docker Container

INDIGO-DataCloud also provides Docker images to run the CDMI-QoS service in a Docker container.

Get the Docker container

You can download the latest docker image at Docker Hub.

(optional) Build the container

You can also build the latest docker image with the provided Docker file at GitHub.

cd CDMI/docker/run

docker build -t my/cdmi-qos .

Run the Docker image

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.

PreviousBuilding from SourcesNextConfiguration

Last updated 7 years ago