ErikSchierboom / art-docker

Docker image for Arturo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

art-docker

Docker image for Arturo


Want to run Arturo's REPL with a single command? There is a Docker image for that.

Just open the terminal and type:

docker run -it arturolang/arturo

or (to run a specific local script)

docker run -it -v $(pwd):/home arturolang/arturo <yourscript.art>

That was it. Rock on! ;)

About

Docker image for Arturo


Languages

Language:Dockerfile 58.3%Language:Shell 41.7%