Skip to content

akornatskyy/docker-library

Repository files navigation

Docker Library

lua node postgres

Images

Alpine Linux linux/amd64 and linux/arm64 (except luajit 2.0 and nginx):

  • lua 5.1, 5.2, 5.3, 5.4
  • luajit 2.0, 2.1, 2.1-edge, 2.1-openresty
  • luarocks lua*, luajit*
  • nginx stable-lua*, stable-luajit*, mainline-lua*, mainline-luajit*

Debian 12 (bookworm) / distroless linux/amd64 and linux/arm64:

Debian 12 (bookworm) / mintoolkit linux/amd64 and linux/arm64:

Examples

Basic Lua example

docker run -it --rm akorn/lua:5.1-alpine

Luarocks examples

The LuaRocks images can be used as build containers, see this example. Or to create a private LuaRocks server, see this example.

Node examples

The node image is configured to run scripts directly (the entrypoint is set to node).

docker run -it --rm akorn/node:21 --version

docker run -it --rm -u nobody akorn/node index.js

docker run -it --rm akorn/node --enable-source-maps index.js

Postgres examples

docker run -it --rm -p 127.0.0.1:5432:5432 \
  --env POSTGRES_HOST_AUTH_METHOD=trust akorn/postgres:17-scratch

Installing emulators

docker run --privileged --rm tonistiigi/binfmt --install arm64

Links

About

A collection of various docker images | Updated Weekly 🕓

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •