servebion.blogg.se

Terraria server
Terraria server







terraria server

for the other parts check out the First run section.Specifies the world file name you wish to immediately load into world /root/.local/share/Terraria/Worlds/.wld It is okay to close the terminal window, the container will continue to run

terraria server

Let's break down the command: Command Part Make sure to do so after the world is created!Īfter a world has been generated, you may want to load directly into it.ĭocker run -d -rm -p 7777:7777 -v $HOME/terraria/world:/root/.local/share/Terraria/Worlds ryshe/terraria:latest -world /root/.local/share/Terraria/Worlds/.

  • If the terminal window is shut down, that will exit the process.
  • The config file can be found in the directory specified by the -v volume.
  • latest is the most recently published container The tag, which defaults to latest if not specified. This could be your image if you build from source Anything left of the : is host machine directory This does not have to be $HOME/terraria/world. Maps a folder on the host machine into the container for saving the. v $HOME/terraria/world:/root/.local/share/Terraria/Worlds Remove docker container when the container stops or fails Run interactively and output the text to terminal Let's break down this command: Command Part

    terraria server

    Docker run -it -rm -p 7777:7777 -v $HOME/terraria/world:/root/.local/share/Terraria/Worlds ryshe/terraria:latest









    Terraria server