Simple and minimal web game with Dockerfile to be used on demos
docker run -d --rm --name hello-world-docker -p 80:80 jrichardsz/hello-world-docker
docker build -t hello-world-docker
docker run -d --rm --name hello-world-docker -p 80:80 hello-world-docker
Open http://localhost in your favourite browser and you should see the dinosaur
- Internal port (inside container) is 80
Game from: https://github.com/wayou/t-rex-runner
Thanks goes to these wonderful people :
|
JRichardsz |
