Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 623 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 623 Bytes

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.