Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

milkowski/docker-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

29 Commits

Repository files navigation

docker-2048

Small Docker image of 2048 game by Gabriele Cirulli https://github.com/gabrielecirulli/2048

Updated version of https://github.com/alexwhen/docker-2048

Run a container with your own build

docker build -t docker-2048 .
docker run -d -p 8080:80 docker-2048

Run a container by pulling an image

docker run -d -p 8080:80 quay.io/milkowski/2048

Both AMD64 and ARM64 images are supported.

Access the game

http://localhost:8080

About

a docker version

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Packages

Contributors

Languages

  • JavaScript 39.3%
  • CSS 33.4%
  • SCSS 20.2%
  • HTML 6.7%
  • Dockerfile 0.4%