lua-docker icon indicating copy to clipboard operation
lua-docker copied to clipboard

exit lua interpreter while in container running -it

Open myrriad opened this issue 5 years ago • 0 comments

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

myrriad avatar Dec 03 '20 02:12 myrriad