3.8.1, 3.8 3.8.1/DockerfileAfter pulling the image
$ docker pull adbjesus/llvm:3.8
you can run commands easily, i.e.:
$ docker run -it adbjesus/llvm:3.8 llc --version
Also you might add the most commons commands as aliases, for example:
$ alias llc-3.8="docker run -it -v "$(pwd)":/workdir -w /workdir adbjesus/llvm:3.8 llc"
Then simply run commands by calling the alias:
$ llc-3.8 --version
$ llc-3.8 helloworld.ll
Content type
Image
Digest
Size
19.6 MB
Last updated
over 9 years ago
docker pull adbjesus/llvm:3.8.1