8000 GitHub - arturo-lang/art-docker: Docker image for Arturo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arturo-lang/art-docker

Repository files navigation

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>

Tip

If, for some reason, you want to access the lighter MINI build, all you'd have to do is use the Docker image with the appropriate tag; that is: docker run -it arturolang/arturo:mini

That was it. Rock on! ;)

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •  
0