Update Manual

For Windows

  1. Setting wsl2 (with google)

  2. Install Docker Desktop from the link below

  3. Setup with default configuration option

Untitled

  1. Finish install with recommended setting

Untitled

  1. Open terminal(cmd) and clone below git repository

https://github.com/ksyang/COSE451_Software_Security

  1. Get into the cloned repository and execute the following command to build Docker
cd COSE451_Software_Security
docker build --progress=plain --tag test_cose451 .