A Docker image for building Lua applications.
933
A Docker image for building Lua applications.
# run latest version
$ docker run -it helpermethod/docker-luarocks sh
# run specific version
$ docker run -it helpermethod/docker-luarocks:0.5.0 sh
FROM helpermethod/docker-luarocks:0.5.0
USER ROOT
WORKDIR /
# add your own instructions here
USER lua
WORKDIR lua
Content type
Image
Digest
Size
47.6 MB
Last updated
over 7 years ago
docker pull helpermethod/docker-luarocks