Skip to content

Cyrus-Harding/DockerGodot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Docker Image Version (latest by date) Docker Image Size (tag)

Docker Godot

Docker image to build projects

This Docker image contains everything you need to run Godot Engine inside a container. It includes Godot and it's corresponding export templates. It may come in handy when setting up a CI or Godot server.

Supported versions

https://hub.docker.com/r/flashlight13/godot/tags

Getting Started

There're two primary usecases for this image:

  1. Use it as a part of game CI pipeline
  2. Run it directly to start godot

In any case, the first thing you have to do is to have Docker up and running.

Starting point of your image

  1. Make sure you're running it as a root user.
  2. In your container:
FROM flashlight13/godot:<version> AS base

...

RUN  godot ...

Executable docker image

docker pull flashlight13/godot:<version>
docker run flashlight13/godot:<version>

About

Docker image to build godot projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%