Sign inSign up

mtlynch/godot

By mtlynch

Updated over 5 years ago

Image
0

1.5K

mtlynch/godot repository overview

docker-godot

CircleCI Docker Pulls License

Overview

Dockerized version of the Godot Game Engine.

Usage

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

Tag summary

Content type

Image

Digest

Size

494.7 MB

Last updated

over 5 years ago

docker pull mtlynch/godot