Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Docker Instructions

Setup Instructions

  1. Build Docker Image

sudo docker build -t jc_docker .

img.png

  1. Validate image creation, obtain IMAGE ID

sudo docker images

img_1.png

  1. Interactively run container as root user

sudo docker container run -it 83192d10ad58

img_2.png

All vanilla and fixed versions of the projects will reside inside the "git/java-callgraph" folder.

Experiment Instructions