Skip to main content

Containers

CEEMS is distributed as container images as well, published on DockerHub and Quay. All CEEMS components are distributed in a single container image.

Container images are published for every released version using the release version as the container tag. Besides, the main branch is also published with the main tag. The latest tag always points to the latest stable release.

Pulling Container

Container images can be pulled from either DockerHub or Quay:

docker pull mahendrapaipuri/ceems:0.7.2
# or
docker pull quay.io/mahendrapaipuri/ceems:0.7.2

Running Container

The container can be run by using the appropriate app as the command for the container. For instance, to run ceems_exporter using a container, it is run as follows:

docker run mahendrapaipuri/ceems:0.7.2 ceems_exporter <CLI args>

where <CLI args> are the command-line arguments for ceems_exporter.