manage_docker_export
Creates a Dockerfile for headless Godot export, enabling automated builds in containerized environments.
Instructions
Create Dockerfile for headless Godot export
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: create or read | |
| baseImage | No | Base Docker image (default: ubuntu:22.04) | |
| projectPath | Yes | Absolute path to Godot project | |
| exportPreset | No | Export preset name | |
| godotVersion | No | Godot version (e.g. 4.3-stable) |