Sign inSign up

raeven/terraria

By raeven

Updated almost 9 years ago

Docker image for Terraria server

Image
2

10K+

raeven/terraria repository overview

docker-terraria

This is a docker image for a Terraria game server.

##Install

$ docker pull raeven/terraria

##Usage

$ docker run -d -p 7777:7777 raeven/terraria

Start the server with the world outside of the container for storage

$ docker run -d -p 7777:7777 -v /my/terraria:/world raeven/terraria
  • -d will run the container in the background.
  • -p will expose ports on the host and bind them to ports in the container.
  • -v will mount your a directory on the host to a volume in the container.
  • raeven/terraria the name of this docker image.

Tag summary

Content type

Image

Digest

sha256:948d221e5

Size

201.8 MB

Last updated

almost 9 years ago

docker pull raeven/terraria