This docker configuration is created for teaching the Compiler Construction courses at Umm Al-Qura University. You can watch the video tutorial on MacOS for more help.
Before starting this. You need to install Docker. Go to the following link to install Docker.
docker compose up --build
docker compose run cool
This docker image is based on 32-bit Ubuntu. This is tested on:
- Apple M1 with Ventura 13.4.1.
- Core i7 with Windows Pro 10.
To get Docker running without errors, you may need to run:
wsl --install
Thamir M. Qadah