Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days ago
JSON representation
Docker image for Arturo
- Host: GitHub
- URL: https://github.com/arturo-lang/art-docker
- Owner: arturo-lang
- Created: 2019-10-07T11:04:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T06:38:01.000Z (5 months ago)
- Last Synced: 2024-10-29T20:00:46.758Z (4 months ago)
- Topics: arturo, docker, docker-image, interpreter, programming-language, repl
- Language: Dockerfile
- Homepage:
- Size: 646 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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! ;)