Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 803 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 803 Bytes

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