Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 417 Bytes

File metadata and controls

16 lines (13 loc) · 417 Bytes

PHP-LUA integrated docker image

The docker image provides official PHP image with integrated LUA interpreter and installed lua library.

Build

To build image

docker build -t php-lua .

Run

To run interactive shell

docker run -it --rm -v $(pwd):/repo php-lua bash