Skip to content

Latest commit

 

History

History
executable file
·
9 lines (7 loc) · 812 Bytes

README.md

File metadata and controls

executable file
·
9 lines (7 loc) · 812 Bytes

Building LLTFI using Docker:

docker/Dockerfile can be used to build and run LLTFI in a docker container.

  • Use the variable NPROC to specify the number of threads that should run simultaneously.
  • All dependencies required to build LLTFI and run sample programs and tests will be installed in the docker container built using this docker file. However, it does not install dependencies required to run the Web-App GUI.

Steps to build:

  1. Creating a docker image from the Dockerfile: Copy the Dockerfile to a directory of your choice outside this repository. To create an image, run the command docker build --tag imageName . in the terminal.
  2. Starting a docker container: Once the above step is completed, a docker container can be started using the command docker run -it imageName