Name | ue4-docker JSON |
Version |
0.0.117
JSON |
| download |
home_page | None |
Summary | Windows and Linux containers for Unreal Engine |
upload_time | 2025-08-19 08:47:18 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT License
Copyright (c) 2018 - 2024 Adam Rehn
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
keywords |
unreal engine
docker
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<p align="center"><img src="https://raw.githubusercontent.com/adamrehn/ue4-docker/master/resources/images/banner.svg?sanitize=true" alt="Unreal Engine and Docker Logos" height="100"></p>
<h1 align="center"><strong>Unreal Engine Docker Containers</strong></h1>
<h3 align="center"><a href="https://unrealcontainers.com/docs/use-cases/continuous-integration">Continuous Integration</a> • <a href="https://unrealcontainers.com/docs/use-cases/pixel-streaming">Pixel Streaming</a> • <a href="https://unrealcontainers.com/docs/use-cases/microservices">Unreal Engine Powered Microservices</a></h3>
<p> </p>
**Looking for a place to start? Check out the [Unreal Containers community hub](https://unrealcontainers.com/) for implementation-agnostic information on using the Unreal Engine inside Docker containers, and then head to the [comprehensive ue4-docker documentation](https://adamrehn.github.io/ue4-docker) to view details specific to using the ue4-docker project.**
The ue4-docker Python package contains a set of Dockerfiles and accompanying build infrastructure that allows you to build Docker images for Epic Games' [Unreal Engine](https://www.unrealengine.com/). The images also incorporate the infrastructure from [ue4cli](https://github.com/adamrehn/ue4cli), [conan-ue4cli](https://github.com/adamrehn/conan-ue4cli), and [ue4-ci-helpers](https://github.com/adamrehn/ue4-ci-helpers) to facilitate a wide variety of use cases.
Key features include:
- The six most recent versions of the Unreal Engine are supported (currently Unreal Engine 4.27 and newer).
- Both Windows containers and Linux containers are supported.
- Building and packaging Unreal Engine projects is supported.
- Running automation tests is supported.
- Running built Unreal Engine projects with offscreen rendering is supported via the NVIDIA Container Toolkit under Linux.
Resources:
- **Documentation:** <https://adamrehn.github.io/ue4-docker>
- **GitHub repository:** <https://github.com/adamrehn/ue4-docker>
- **Package on PyPI:** <https://pypi.org/project/ue4-docker>
- **Related articles:** <https://adamrehn.com/articles/tag/Unreal%20Engine/>
- **Unreal Containers community hub:** <https://unrealcontainers.com/>
- **Development channel on the Unreal Containers Community Discord server**: <https://discord.gg/46CJg9fyJ9>
## Contributing
See the file [CONTRIBUTING.adoc](https://github.com/adamrehn/ue4-docker/blob/master/CONTRIBUTING.adoc) for guidelines on how to contribute to the development of ue4-docker.
## Legal
Copyright © 2018 - 2024, Adam Rehn. Licensed under the MIT License, see the file [LICENSE](https://github.com/adamrehn/ue4-docker/blob/master/LICENSE) for details.
Unreal and its logo are Epic Games' trademarks or registered trademarks in the US and elsewhere.
Docker and the Docker logo are trademarks or registered trademarks of Docker in the United States and other countries.
Raw data
{
"_id": null,
"home_page": null,
"name": "ue4-docker",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "unreal engine, docker",
"author": null,
"author_email": "Adam Rehn <adam@adamrehn.com>, Marat Radchenko <marat@slonopotamus.org>",
"download_url": "https://files.pythonhosted.org/packages/c5/e2/38794b5b8e63e55feb3ee9974964fa050e2857eb1136856eb5d556cf5560/ue4_docker-0.0.117.tar.gz",
"platform": null,
"description": "<p align=\"center\"><img src=\"https://raw.githubusercontent.com/adamrehn/ue4-docker/master/resources/images/banner.svg?sanitize=true\" alt=\"Unreal Engine and Docker Logos\" height=\"100\"></p>\n<h1 align=\"center\"><strong>Unreal Engine Docker Containers</strong></h1>\n<h3 align=\"center\"><a href=\"https://unrealcontainers.com/docs/use-cases/continuous-integration\">Continuous Integration</a> • <a href=\"https://unrealcontainers.com/docs/use-cases/pixel-streaming\">Pixel Streaming</a> • <a href=\"https://unrealcontainers.com/docs/use-cases/microservices\">Unreal Engine Powered Microservices</a></h3>\n<p> </p>\n\n**Looking for a place to start? Check out the [Unreal Containers community hub](https://unrealcontainers.com/) for implementation-agnostic information on using the Unreal Engine inside Docker containers, and then head to the [comprehensive ue4-docker documentation](https://adamrehn.github.io/ue4-docker) to view details specific to using the ue4-docker project.**\n\nThe ue4-docker Python package contains a set of Dockerfiles and accompanying build infrastructure that allows you to build Docker images for Epic Games' [Unreal Engine](https://www.unrealengine.com/). The images also incorporate the infrastructure from [ue4cli](https://github.com/adamrehn/ue4cli), [conan-ue4cli](https://github.com/adamrehn/conan-ue4cli), and [ue4-ci-helpers](https://github.com/adamrehn/ue4-ci-helpers) to facilitate a wide variety of use cases.\n\nKey features include:\n\n- The six most recent versions of the Unreal Engine are supported (currently Unreal Engine 4.27 and newer).\n- Both Windows containers and Linux containers are supported.\n- Building and packaging Unreal Engine projects is supported.\n- Running automation tests is supported.\n- Running built Unreal Engine projects with offscreen rendering is supported via the NVIDIA Container Toolkit under Linux.\n\nResources:\n\n- **Documentation:** <https://adamrehn.github.io/ue4-docker>\n- **GitHub repository:** <https://github.com/adamrehn/ue4-docker>\n- **Package on PyPI:** <https://pypi.org/project/ue4-docker>\n- **Related articles:** <https://adamrehn.com/articles/tag/Unreal%20Engine/>\n- **Unreal Containers community hub:** <https://unrealcontainers.com/>\n- **Development channel on the Unreal Containers Community Discord server**: <https://discord.gg/46CJg9fyJ9>\n\n\n## Contributing\n\nSee the file [CONTRIBUTING.adoc](https://github.com/adamrehn/ue4-docker/blob/master/CONTRIBUTING.adoc) for guidelines on how to contribute to the development of ue4-docker.\n\n\n## Legal\n\nCopyright © 2018 - 2024, Adam Rehn. Licensed under the MIT License, see the file [LICENSE](https://github.com/adamrehn/ue4-docker/blob/master/LICENSE) for details.\n\nUnreal and its logo are Epic Games' trademarks or registered trademarks in the US and elsewhere.\n\nDocker and the Docker logo are trademarks or registered trademarks of Docker in the United States and other countries.\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2018 - 2024 Adam Rehn\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "Windows and Linux containers for Unreal Engine",
"version": "0.0.117",
"project_urls": {
"documentation": "https://adamrehn.github.io/ue4-docker",
"homepage": "https://github.com/adamrehn/ue4-docker",
"repository": "https://github.com/adamrehn/ue4-docker.git"
},
"split_keywords": [
"unreal engine",
" docker"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "735dfca09fb6e792dbd2c6f6cf0ad8a02ef589c94534ff1fa6893a34ab82481b",
"md5": "7c99f6dd97ee4422c329951c468b8222",
"sha256": "38b53ef78e318cf51c44402ab6b085f79620dad368aee7d211126799f6f7dd3c"
},
"downloads": -1,
"filename": "ue4_docker-0.0.117-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7c99f6dd97ee4422c329951c468b8222",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 91785,
"upload_time": "2025-08-19T08:47:17",
"upload_time_iso_8601": "2025-08-19T08:47:17.544856Z",
"url": "https://files.pythonhosted.org/packages/73/5d/fca09fb6e792dbd2c6f6cf0ad8a02ef589c94534ff1fa6893a34ab82481b/ue4_docker-0.0.117-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c5e238794b5b8e63e55feb3ee9974964fa050e2857eb1136856eb5d556cf5560",
"md5": "4402df73761c673c890cc47f67bf4f9f",
"sha256": "93283e958400e0fee02d3c53416b21ab3e707bb89dd19788676cc585bf59b382"
},
"downloads": -1,
"filename": "ue4_docker-0.0.117.tar.gz",
"has_sig": false,
"md5_digest": "4402df73761c673c890cc47f67bf4f9f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 61432,
"upload_time": "2025-08-19T08:47:18",
"upload_time_iso_8601": "2025-08-19T08:47:18.674934Z",
"url": "https://files.pythonhosted.org/packages/c5/e2/38794b5b8e63e55feb3ee9974964fa050e2857eb1136856eb5d556cf5560/ue4_docker-0.0.117.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-19 08:47:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "adamrehn",
"github_project": "ue4-docker",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ue4-docker"
}