This Docker image generates fully packaged Minecraft Tekkit Classic containers for production use.
The following dependencies will automatically be built in the container:
- Java 8 (JRE 8)
- Tekkit Classic server archive
Configure the Minecraft Tekkit Classic server settings in the server/
directory, these files will replace the files within the official server archive, useful for config files and plugins. You should also look at settings.sh
for container configuration.
Run the build.sh
file to generate the Docker image specified in settings.sh
.
To spawn a temporary container run test.sh
. The server contents is located in /srv/
.
To spawn a persistent container execute run.sh
which will utilize the configuration settings in settings.sh
.