Arturo Programming Language Container
730
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! ;)
Content type
Image
Digest
sha256:90a9d1b13…
Size
9.5 MB
Last updated
8 months ago
docker pull arturolang/arturo