| Dependency | Installation instructions |
|---|---|
| docker | https://docs.docker.com/engine/install/ |
| docker-compose | https://docs.docker.com/compose/install/ |
| Command | Explanation |
|---|---|
make build |
Build all docker containers for the linux1 class |
make build-assignment1 |
Build image for assignment 1 |
make build-assignment2 |
Build image for assignment 2 |
make run-assignment1 |
Run container for assignment 1 |
make run-assignment2 |
Run container for assignment 2 |
make test-assignment1 |
Run container for assignment 2 |
The handin assigments of the class are found in the 'src' folder of the repository