Container for phoenix-2.0 (see official repository). It also contains the data-sets.
This article explains how and why I decided to build this container.
Retrieve the image from DockerHub:
docker pull ghugo/phoenix-2.0
Launch word_count on the 100MB data-set:
docker run ghugo/phoenix-2.0 /phoenix/phoenix-2.0/tests/word_count/word_count /data/word_count_datafiles/word_100MB.txt
Time histogram execution:
docker run ghugo/phoenix-2.0 bash -c "time /phoenix/phoenix-2.0/tests/histogram/histogram /data/histogram_datafiles/small.bmp"
All the data-sets are in /data.
The phoenix sample applications are in /phoenix/phoenix-2.0/tests.