Skip to content

Edivad99/interproc-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interproc Docker

About

Interprocedural static analyzer for an academic imperative language with numerical variables and procedure calls.

Installation

git clone https://github.com/Edivad99/interproc-docker.git
cd interproc-docker
docker build -t interproc_image .
docker create -p 8080:80 --name interproc interproc_image

Usage

# Start the server
docker start interproc
# Stop the server
docker stop interproc
# Delete the container
docker rm -f interproc

Once done, you can connect to Interproc by typing on your browser localhost:8080 or by clicking here.