All Projects → adamrehn → Ue4 Example Dockerfiles

adamrehn / Ue4 Example Dockerfiles

Licence: mit
Example Dockerfiles for using Unreal Engine containers

Example Dockerfiles for using Unreal Engine containers

This repository contains a number of example Dockerfiles that demonstrate various uses of Unreal Engine containers. For more details, see the documentation on the Unreal Containers community hub.

Note: these Dockerfiles are provided as informative examples only and come with no guarantees regarding their suitability for production use.

The example Dockerfiles are grouped in subdirectories according to use case:

  • dedicated-servers: examples for packaging dedicated servers for Unreal projects.

  • pixel-streaming: examples for packaging Unreal projects that use Pixel Streaming for Linux, grouped by Unreal Engine version.

  • plugins: examples for building and packaging Unreal plugins. (Note that these examples are provided as Dockerfiles simply because it makes them easy for users to test. In actual use your CI/CD system would spin up a container and run the commands inside it, since the end result is not actually a container image but simply packaged files.)

  • projects: examples for building, testing and packaging Unreal projects. (Note that these examples are provided as Dockerfiles simply because it makes them easy for users to test. In actual use your CI/CD system would spin up a container and run the commands inside it, since the end result is not actually a container image but simply packaged files.)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].