Skip to content

andreswebs-public-images/lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-lua

An alpine-based docker image with Lua and LuaRocks.

Run

To run the interactive Lua interpreter:

docker run --rm -it andreswebs/lua

To run a Lua script from a file named script.lua in the current directory:

docker run --rm --volume "$(pwd):/lua" andreswebs/lua script.lua

Authors

Andre Silva andreswebs

License

This project is licensed under the Unlicense.

References

http://www.lua.org/

https://luarocks.org/

https://github.com/luarocks/luarocks

Acknowledgments

Based on:

https://github.com/woahbase/alpine-lua

https://github.com/pirogoeth/alpine-lua

About

An alpine-based docker image with Lua and LuaRocks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published