An example of how to run a Unity WebGL game using Docker. Although not the most exciting game, it could prove useful to be able to build and share games using Docker.
docker-compose up -d
Then visit localhost:8080 in a Browser.
docker-compose down
8000