-
Notifications
You must be signed in to change notification settings - Fork 7
Build
Raphael Willian edited this page Apr 16, 2018
·
4 revisions
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
After docker build image, it's good practice to execute the following command to keep your docker environment clear:
docker image prune