Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arturo-lang/art-docker

Docker image for Arturo
https://github.com/arturo-lang/art-docker

arturo docker docker-image interpreter programming-language repl

Last synced: about 1 month ago
JSON representation

Docker image for Arturo

Awesome Lists containing this project

README

        

# 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 `

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