See GettingStarted.md for a guide on how to run TrinityCore in a fully Dockerised environment.
See docker/build/README.md for instructions regarding
the TrinityCore build container, (published as Docker image
nicolaw/trinitycore
on Docker Hub at
https://hub.docker.com/r/nicolaw/trinitycore/).
See https://github.com/neechbear/trinitycore-gce for TrinityCore on Google Cloud Platform.
Some planned future improvements to this project are as follows:
-
Implement additional container for aowow asset browsing (https://github.com/Sarjuuk/aowow).
-
Where possible, move parts of the main
Makefile
in sub-directories for each of thedocker/*
containers, thus simplifying the mainMakefile
. -
Harmonise
docker/trinitycore/docker-compose.yaml
to read and honorMakefile
arguments, settings and variables.- Split out
docker-compose.yaml
in to smaller chunks to allow easy deployment of alternative configurations, such as using an external database instead of deploying a MariaDB container. (See https://docs.docker.com/compose/extends).
- Split out
-
Attempt to make Docker base container images work with Alpine, Ubuntu and CentOS as well as Debian Jessie.
-
See what improvements can be incorporated from other similar projects like https://github.com/azerothcore/docker-files/.
-
Add TravisCI and CodeClimate integration to the GitHub project.
-
Bundle the
tcadmin
Bash completion command line tool somehow (https://github.com/neechbear/tcadmin). -
Document some more advanced use cases, such as a production/development hybrid configuration sharing bare metal and Dockerised components in unison.
MIT License
Copyright (c) 2017 Nicola Worthington [email protected]
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.