Other ways to build docker image of SVF example project - SVF-tools/Software-Analysis-Studio GitHub Wiki
Method 1: Pull the image in docker hub
- Enter the command in cmd or terminal:
docker pull svftools/software-analysis-studio:latest
- Create and Run a container of the image:
docker run -it svftools/software-analysis-studio:latest /bin/bash
Method 2: Build the dockerfile with VSCode extensions interface
Build Image...
(1) Right or secondary click the docker file in VSCode interface hub and select (2) Name and tag the docker image (e.g. software-analysis-studio:latest)

(3) Once finish building, you can notice in VS Code terminal session and you can find the docker image in docker images bar
