Sign inSign up

helpermethod/docker-luarocks

By helpermethod

Updated over 7 years ago

A Docker image for building Lua applications.

Image
1

933

helpermethod/docker-luarocks repository overview

docker-luarocks

A Docker image for building Lua applications.

Docker Build Status Docker Automated build Docker Pulls License

Features

  • based on docker-lua
  • runs as non-root user by default
  • suitable as a base image

Usage

Running a prebuilt image

# run latest version
$ docker run -it helpermethod/docker-luarocks sh
# run specific version
$ docker run -it helpermethod/docker-luarocks:0.5.0 sh

Using docker-luarocks as a base image

FROM helpermethod/docker-luarocks:0.5.0

USER ROOT
WORKDIR /

# add your own instructions here

USER lua
WORKDIR lua

Tag summary

Content type

Image

Digest

Size

47.6 MB

Last updated

over 7 years ago

docker pull helpermethod/docker-luarocks