lua-docker
lua-docker copied to clipboard
Minimal, automated, and up-to-date Docker images for different Lua and LuaJIT versions.
Results
2
lua-docker issues
Sort by
recently updated
recently updated
newest added
Hi please forgive the perhaps basic question, but how do I use this build information to create a Docker container ? Such as.. ```` docker create \ --name Lua \...
Docker and lua noob here. How do you exit the lua interpreter and go to the container bash terminal? If I try to exit the lua interpreter, it brings me...