lua-docker
lua-docker copied to clipboard
exit lua interpreter while in container running -it
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 out of the container and into the localhost terminal.
My docker build command was:
docker run -it --name blua nickblah/lua:5.1-alpine
I exited lua with Ctrl-D