/artis-docker-demo

Demo Dockerising an old university project in Prolog.

Primary LanguagePrologGNU General Public License v3.0GPL-3.0

To start the published container:

sudo apt-get install docker.io
sudo docker run -it turiphro/artis-docker-demo

Alternatively, build the container from the Dockerfile:

sudo apt-get install docker.io
sudo docker build -t artis .
sudo docker run -it artis