Skip to content

helpermethod/docker-luarocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Docker image for building Lua applications.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published