Sign inSign up

helpermethod/docker-lua

By helpermethod

Updated over 7 years ago

A Docker image for running Lua applications.

Image
0

791

helpermethod/docker-lua repository overview

docker-lua

A Docker image for running Lua applications.

Docker Build Status Docker Automated build Docker Pulls License

Features

  • based on Alpine Linux
  • 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-lua sh
# run specific version
$ docker run -it helpermethod/docker-lua:0.4.0 sh

Using docker-lua as a base image

FROM helpermethod/docker-lua:0.4.0

USER ROOT
WORKDIR /

# add your own instructions here

USER lua
WORKDIR lua

Tag summary

Content type

Image

Digest

Size

3.9 MB

Last updated

over 7 years ago

docker pull helpermethod/docker-lua