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

  1. Enter the command in cmd or terminal: docker pull svftools/software-analysis-studio:latest
  2. 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

(1) Right or secondary click the docker file in VSCode interface hub and select Build Image...

width=800px

(2) Name and tag the docker image (e.g. software-analysis-studio:latest)

![width=800px](https://raw.githubusercontent.com/wiki/SVF-tools/Software-Analysis-Studio https://raw.githubusercontent.com/SVF-tools/software-analysis-studio/images/nameDockerImage.png)

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

![width=800px](https://raw.githubusercontent.com/wiki/SVF-tools/Software-Analysis-Studio https://raw.githubusercontent.com/SVF-tools/software-analysis-studio/images/dockerBuildImage.png)

Then you can go back to mainsteps