Skip to content

jrichardsz/hello-world-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

hello-world-docker

Simple and minimal web game with Dockerfile to be used on demos

Demo with public image

docker run -d --rm --name hello-world-docker -p 80:80 jrichardsz/hello-world-docker

Build and deploy from source code

docker build -t hello-world-docker
docker run -d --rm --name hello-world-docker -p 80:80 hello-world-docker

Url

Open http://localhost in your favourite browser and you should see the dinosaur

https://raw.githubusercontent.com/wayou/t-rex-runner/gh-pages/assets/screenshot.gif

Details

  • Internal port (inside container) is 80

Acknowledgments

Game from: https://github.com/wayou/t-rex-runner

Contributors

Thanks goes to these wonderful people :


JRichardsz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors