Skip to content

tarhan/luajit-penlight-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Description

This image contains Lua bundle contains:

  • LuaJIT 2.1 Beta 2 as Lua interpreter.
  • luarocks package manager.

It have also preinstalled following luarocks' libraries:

Default working folder is /app/src/. So you should mount your scripts into this folder.

LuaJIT interpreter was set as image's entrypoint.
This allows you to lauch your scripts as if LuaJIT was installed into your OS.

Usage

Launch your scripts as following command:

docker run --rm -it -v $(pwd):/app/src tarhan/luajit your_script.lua

About

LuaJIT, Penlight, PCRE as docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published