Add credentials to credentials.ini.dummy file.
Rename credentials.ini.dummy to credentials.ini.
# Build the image
docker build wwclouds/ -t wwclouds
# Run the image
# Note: The program is running with predefined arguments
docker run -it wwclouds:latest
# Wait until the program is finished (this might take some time)
# Get the container id by using the following command
docker container ls
# Copy the products into a local directory
# Note: The correct container id must be used
docker cp <container_id>:/usr/src/wwclouds/data/products .