Skip to content

HugoGuiroux/docker-phoenix-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Phoenix-2.0

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.

Installation

Retrieve the image from DockerHub:

docker pull ghugo/phoenix-2.0

Usage

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.

About

Container for Phoenix-2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published