An open API service indexing awesome lists of open source software.

https://github.com/tomowatt/unity-docker-example

Example of running Unity WebGL within Docker
https://github.com/tomowatt/unity-docker-example

docker unity webgl

Last synced: about 1 year ago
JSON representation

Example of running Unity WebGL within Docker

Awesome Lists containing this project

README

          

# unity-docker-example

![Game Start Screen](screenshot.png)

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.

#### Run the game:

`docker-compose up -d`

Then visit **localhost:8080** in a Browser.

### Stop the game:

`docker-compose down`