Skip to content

Dockerfile to build an apache2-lua image

License

1nv1/docker-apache2-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-apache2-lua

Dockerfile to build an apache2-lua image

Documentation

If you need information about how to create lua-pages go to this link.

Basic

Content

Based on alpine:3.12 with the following packages:

  • Apache2
  • Lua 5.3

How to build?

docker|podman build --tag <tag:version> .

Create container

docker|podman run --name <container-name> -v <pages-path>:/var/www/localhost/htdocs -p <port>:80 -dit <tag:version>

Complete

Content

Based on alpine:3.12 with the following packages:

  • Apache2
  • Build-base
  • Git
  • Lua 5.3
  • Lua 5.3 (dev)
  • Luarocks
  • Openssl
  • Gcc
  • Bash

How to build?

docker|podman build --tag <tag:version> .

Create container

docker|podman run --name <container-name> -v <pages-path>:/var/www/localhost/htdocs -p <port>:80 -dit <tag:version>

About

Dockerfile to build an apache2-lua image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published