Helper docker images for the Compilers course at the University of Coimbra
209
Start by pulling the image
$ sudo docker pull adbjesus/compiladores:2021
To get a shell inside the container for the current directory you can do:
$ sudo docker run --rm -it -u 1000:100 -v $PWD:/home/compiladores/workdir -w /home/compiladores/workdir adbjesus/compiladores:2021
Inside the container you can call the required programs, for example:
$ flex --version
$ bison --version
$ llc-7 --version
$ clang-7 --version
Content type
Image
Digest
Size
304.3 MB
Last updated
about 5 years ago
docker pull adbjesus/compiladores:2021_centos8