Sign inSign up

zyfdedh/2048

By zyfdedh

Updated over 9 years ago

2048 is a web based numberic game. Yep, just build and run it now.

Image
0

1.5K

zyfdedh/2048 repository overview

2048

2048 is a web based numberic game. Yep, just build and run it now.

Common

The following is a general description of this docker image.

  • This web app is run in nginx.
  • The base system image is alpine.
  • A visiable web broswer is needed to run this game.

How to run

  • Step 1: build this image The build.sh in this folder is a scipt to build docker file.
sh build.sh
  • Step 2: docker run this image
docker run 2048

If 80 port is not avilable on your system,try

docker run -d --name 2048 -d -p 8080:80 -d 2048
  • Step 3: Open your broswer To view ,open your favourite web broswer and type:
0.0.0.0:8080

Supervisor

The supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems.

Thanks

Thanks to alpine, a lightweight linux distribution. Thanks to alexwhen/docker-2048 for base image.

Contact

Any problems,email me: [email protected]

Tag summary

Content type

Image

Digest

sha256:73fa0d99b

Size

49.9 MB

Last updated

almost 11 years ago

docker pull zyfdedh/2048