Sign inSign up

arturolang/arturo

By arturolang

Updated 8 months ago

Arturo Programming Language Container

Image
Languages & frameworks
Developer tools
0

730

arturolang/arturo repository overview

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! ;)

Tag summary

Content type

Image

Digest

sha256:90a9d1b13

Size

9.5 MB

Last updated

8 months ago

docker pull arturolang/arturo