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