sudo docker build -t nginx_lua_playground .
sudo docker run --rm -p 8080:8080 -p 8081:8081 -it nginx_lua_playground