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
- Host: GitHub
- URL: https://github.com/tomowatt/unity-docker-example
- Owner: tomowatt
- License: mit
- Created: 2020-07-04T09:39:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T08:46:35.000Z (over 4 years ago)
- Last Synced: 2025-04-14T20:15:55.619Z (about 1 year ago)
- Topics: docker, unity, webgl
- Language: CSS
- Homepage:
- Size: 4.09 MB
- Stars: 31
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unity-docker-example

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`