An alpine-based docker image with Lua and LuaRocks.
To run the interactive Lua interpreter:
docker run --rm -it andreswebs/lua
To run a Lua script from a file named script.lua
in the current directory:
docker run --rm --volume "$(pwd):/lua" andreswebs/lua script.lua
Andre Silva andreswebs
This project is licensed under the Unlicense.
https://github.com/luarocks/luarocks
Based on: