Skip to content
Raphael Willian edited this page Apr 16, 2018 · 4 revisions

Requirements

Building the TerraMA² Docker Image

We have prepared a script build-images.sh that generate all required images to execute TerraMA². In order to execute that script, you must configure version of Docker Images with following command:

./configure-version.sh

After that, just run script build-images.sh to build:

./build-images.sh

Tips

After docker build image, it's good practice to execute the following command to keep your docker environment clear:

docker image prune
Clone this wiki locally