Dockerfile based terraria server for home use, in the future it may be automated with docker-compose
- Based on
debian:11-slim
- Non-root user
- Has nothing installed but the server in
/server
- Follows hadolint and shellcheck rules with some exceptions (see
.hadolint.yaml
)
- Create the image (pre-generated image will someday in the future be created and posted here)
- Run the server as you want
bootstrap.sh
script which starts up the server with user defined parameters and shuts it down gracefully- Modify the docker image so the entry point is the
bootstrap.sh
script - Docker-compose support / how-to-guide so it can be automatically deployed and configured