Sign inSign up

adbjesus/compiladores

By adbjesus

Updated about 5 years ago

Helper docker images for the Compilers course at the University of Coimbra

Image
1

209

adbjesus/compiladores repository overview

Supported tags and respective docker files

Usage

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

Tag summary

Content type

Image

Digest

Size

304.3 MB

Last updated

about 5 years ago

docker pull adbjesus/compiladores:2021_centos8