Lua is a lightweight, multi-paradigm programming language designed primarily for embedded use in applications.
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 |
Content type
Image
Digest
sha256:9a29983f4…
Size
12.3 MB
Last updated
about 15 hours ago
docker pull minidocks/lua