Lua docker image (minidocks/lua)
Lua is a lightweight, multi-paradigm programming language designed primarily for embedded use in applications.
- inspect Human-readable representation of Lua tables
docker run --rm -it -v `pwd`:/app -w /app minidocks/lua sh
Using luarocks to install packages in the current directory:
docker run --rm -it -v `pwd`:/app -w /app \
-e LUA_PATH="lua_modules/share/lua/5.3/?.lua;lua_modules/share/lua/5.3/?/init.lua;;" \
-e LUA_CPATH="lua_modules/lib/lua/5.3/?.so" \
minidocks/lua:build luarocks install --tree lua_modules yaml
Tag | Size |
---|---|
latest, 5.4 | |
5.4 | |
5.4-build | |
5.3 | |
5.3-build | |
5.2 | |
5.2-build | |
5.1 | |
5.1-build |