This container is web tetris service in nginx on alphine linux.
You able to play tetris in browser :)
chose get method GitHub or DokcerHub
access to the site https://github.com/HaHatake/TetrisContainer
clone this files to your folder
in your folder
docker build . -t tetriscontainer
docker pull hihata/tetriscontainer
build container from tetris image. It works 80port on your device.
docker run -d -p 80:80 --name test_tetriscontainer hihata/tetriscontainer
in browser
http://127.0.0.1/
docker stop test_tetriscontainer
docker rm -f test_tetriscontainer
docker rmi hihata/tetriscontainer