Git Product home page Git Product logo

docker's Introduction

Rakudo Star

Docker Image CI

This Docker image includes Rakudo Star, which is a Raku compiler distribution that includes MoarVM virtual machine, Rakudo compiler, a suite of modules that users may find useful, and language documentation.

Project homepage: https://rakudo.org

GitHub repository: https://github.com/rakudo/star

The Dockerfile responsible: https://github.com/raku/docker/tree/master/Dockerfile

Raku Language Specification: https://github.com/raku/roast

Raku Language Documentation: https://docs.raku.org/

Build

You can build an image from this Dockerfile as indicated below:

$ docker build -t rakudo-star /path_to_dockerfile/

In addition, you can specify the version of Rakudo Star that you want at build time:

$ docker build --build-arg rakudo_version=${DESIRED_VERSION} -t rakudo-star /path_to_dockerfile/

If no version is specified, it will default to the version listed in the Dockerfile. It is recommended that you use the default version.

Usage

Running a short-term foreground process with the image will launch a Raku REPL:

$ docker run --rm -it rakudo-star
> say 'Hello, Raku!'
Hello, Raku!

You can also provide raku command line switches to a temporary container:

$ docker run --rm rakudo-star raku -e 'say "Hello!"'

In addition, you can run a script located in the current folder:

$ docker run --rm -v "$(pwd):/script" rakudo-star raku /script/my_raku_script.raku

Updating Docker Hub Image

rakudo-star is an Official Image on Docker Hub. To update the rakudo-star image, make the necessary changes to library/rakudo-star.

Contributing/Getting Help

Many Raku developers are present on #raku on Libera.Chat

Issues for Rakudo are tracked on https://github.com/rakudo/rakudo/issues

docker's People

Contributors

hoelzro avatar m-dango avatar jj avatar jstuder-gh avatar moritz avatar antonoks avatar altai-man avatar tekki avatar wolverian avatar paultcochrane avatar jmaslak avatar jonathanstowe avatar sthiriet avatar tianon avatar yosifkit avatar patrickbkr avatar coke avatar zakame avatar zoffixznet avatar lizmat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.