433 B
433 B
Introduction to OS 2024 HW
Docker Compose usage
Install docker and docker-compose if not installed.
- Change uid / gid to yours in
Dockerfileanddocker-compose.yaml. - Run
docker compose buildto build Docker image. - Run
docker compose run testto launch testing environment.
Makefile
First, cd into code directory.
make cleanto clean previous build.maketo build.make runto run tests.