This repository provides a docker file that enables you to create a docker image to use the READEX tool suite (www.readex.eu).
-
Install Docker.
-
Download READEX dockefile.
-
Build the READEX docker image from the dockerfile in the current directory
docker build -t="docker/readex_gcc7.3.0" -f Dockerfile.readex_gcc7.3.0 .
docker run -it --rm docker/readex_gcc7.3.0
All environment variables that are required to use the individual tools in the READEX tool suite are set in the docker image.
For questions, contact us at https://www.readex.eu/index.php/contact/, or the author (Venkatesh Kannan, venkatesh.kannan@ichec.ie).