Search Docker Hub
godot
By mtlynch
1.5K
Dockerized version of the Godot Game Engine.
readonly LOCAL_APP_PATH="/path/to/your/godot/project" docker run \ -it \ --rm \ --name godot \ -v "${LOCAL_APP_PATH}/:/app" \ godot \ --export HTML5 /app/project.godot /app/dist/index.html
Content type
Image
Digest
Size
494.7 MB
Last updated
over 5 years ago
docker pull mtlynch/godot