Skip to content

This container is web tetris service in nginx.

Notifications You must be signed in to change notification settings

Azure-For-Everyone/TetrisContainer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TetrisContainer

This container is web tetris service in nginx on alphine linux.
You able to play tetris in browser :) 2019-02-19 14 45 47

How to use

Step1

chose get method GitHub or DokcerHub

by GitHub

access to the site https://github.com/HaHatake/TetrisContainer

clone this files to your folder

in your folder
docker build . -t tetriscontainer

by DockerHub

docker pull hihata/tetriscontainer

Step2

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/

How to delete

docker stop test_tetriscontainer
docker rm -f test_tetriscontainer
docker rmi hihata/tetriscontainer

About

This container is web tetris service in nginx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.8%
  • Dockerfile 29.2%