Skip to content

A docker image of a demo of the best game of all times, namely Heroes 3, that you can play in your browser.

Notifications You must be signed in to change notification settings

bmustiata/docker-heroes3-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bmst/h3demo

This is the Heroes3 Demo, made by 3DO, back in 1999. Available now as a docker image. That you can play from the browser:

Heroes3 Demo Screenshot

Running

Running the game (means you agree with the EULA):

docker run \
    -e UID=$(id -u) \
    -e GID=$(id -g) \
    --rm \
    -p 8081:8081 \
    bmst/h3demo

Open a browser, point it at http://localhost:8081/

Enjoy!

Why

I am trying to make a point, on what it you can do with application deployments on Docker.

About

A docker image of a demo of the best game of all times, namely Heroes 3, that you can play in your browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published