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: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T10:42:20.000Z (5 months ago)
- Last Synced: 2024-05-27T12:12:23.132Z (5 months ago)
- Topics: arturo, docker, docker-image, interpreter, programming-language, repl
- Language: Dockerfile
- Homepage:
- Size: 639 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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! ;)