Sign inSign up

meuleman/7days2die

By meuleman

•Updated almost 3 years ago

Image
0

937

meuleman/7days2die repository overview

This container uses steamcmd to download or update a 7days2die server into the mounted /data volume. Once it has completed downloading it will start the server by calling the startserver.sh script.

Before starting create the data directory to avoid it being owned by root.

mkdir data

To modify the 7days2die settings or install mods:

  1. kill the container
  2. modify the data in the (un)mounted volume/steamuser directory.
docker run -d --restart unless-stopped \
        --name 7days2die \
        --network host \
        -v `pwd`/data:/data \
                meuleman/7days2die

To skip the update step, the container can be started with the start command:

docker run -d --restart unless-stopped \
        --name 7days2die \
        --network host \
        -v `pwd`/data:/data \
                meuleman/7days2die start

Tag summary

Content type

Image

Digest

sha256:7092cac99…

Size

87.7 MB

Last updated

almost 3 years ago

docker pull meuleman/7days2die