Skip to content

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

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