- Remember, any changes you make inside the container will be lost when you close it, so be cautious
- Please do not copy&paste commands in mac environment(type it)
Update Manual
For Windows
-
Setting wsl2 (with google)
-
Install Docker Desktop from the link below
-
Setup with default configuration option
- Finish install with recommended setting
- Open terminal(cmd) and clone below git repository
https://github.com/ksyang/COSE451_Software_Security
- Get into the cloned repository and execute the following command to build Docker
cd COSE451_Software_Security
docker build --progress=plain --tag test_cose451 .