Docker image for Repast-HPC based on Alpine Linux.
To download updated images:
docker pull eze1981/repast-hpc
To run repast-hpc mapping your current directory into the container:
docker run --rm -it -v $(pwd):/project repast-hpc
To build the image from this Dockerfile
docker build --squash -t repast-hpc .