Installing the COMPAS Docker imageΒΆ

COMPAS Docker images for all releases of COMPAS are hosted on dockerHub, and tagged[1] with the COMPAS version number.

The latest COMPAS Docker compiled version of COMPAS (dev branch) can be retrieved by executing either of the following commands:

docker pull teamcompas/compas
docker pull teamcompas/compas:latest

Other versions can be retrieved by specifying the tag that corresponds to the COMPAS version required. For example, to retrieve the image for COMPAS version 2.12.0, type:

docker pull teamcompas/compas:2.12.0

To see all available versions, go to the TeamCOMPAS docker hub page.

Footnotes