A docker image containing Perl 6.
To get the docker image, pull
it using docker
:
$ docker pull scriptkitties/perl6:latest
There are also versioned releases available, which follow the versioning of the
Perl 6 releases. To get these, replace the latest
tag with the release
number:
$ docker pull scriptkitties/perl6:2018.01
If you want to build this image yourself, the easiest way is to use the
build.sh
script supplied in the root of the repository. To build the latest
Perl 6 release, run it without arguments:
$ sh ./build.sh
If you want a specific release, pass this as an argument:
$ sh ./build.sh 2018.01