jammsen / docker-sons-of-the-forest-dedicated-server

Docker container to easily provision and manage Sons of the Forest Dedicated Server with Wine
https://hub.docker.com/r/jammsen/sons-of-the-forest-dedicated-server
134 stars 19 forks source link

Cannot start Docker Container #48

Closed MeshuggahMischell closed 1 month ago

MeshuggahMischell commented 1 month ago

Have you read the Important information text above

Current behavior

docker: Error response from daemon: error while creating mount source path '/srv/sonsoftheforest/steamcmd': mkdir /srv/sonsoftheforest: read-only file system.

Desired behavior

The Docker Container should start

Links to screenshots

No response

To Reproduce

hessem@server:/srv/sonsoftheforest$ docker run --rm -i -t -p 8766:8766/udp -p 27016:27016/udp -p 9700:9700/udp -v $(pwd)/steamcmd:/steamcmd -v $(pwd)/game:/sonsoftheforest --name sons-of-the-forest-dedicated-server jammsen/sons-of-the-forest-dedicated-server:latest Unable to find image 'jammsen/sons-of-the-forest-dedicated-server:latest' locally latest: Pulling from jammsen/sons-of-the-forest-dedicated-server 14726c8f7834: Pull complete de31072dd8ca: Pull complete 3c857d002e62: Pull complete e3e68e494c0a: Pull complete 89bc418282e1: Pull complete 06478f6f4421: Pull complete Digest: sha256:d9cf007ebb5bd242496e71204724d0544a39c02441b3de7d351527c72db8815e Status: Downloaded newer image for jammsen/sons-of-the-forest-dedicated-server:latest docker: Error response from daemon: error while creating mount source path '/srv/sonsoftheforest/steamcmd': mkdir /srv/sonsoftheforest: read-only file system.

Software setup

Distributor ID: Ubuntu Description: Ubuntu 24.04 LTS Release: 24.04 Codename: noble

Docker version 24.0.5, build ced0996

Hardware setup

description: CPU product: Intel(R) Core(TM) i5-3470T CPU @ 2.90GHz

           total        used        free      shared  buff/cache   available

Mem: 7799 4549 2562 22 972 3250

Filesystem Type Size Used Avail Use% Mounted on tmpfs tmpfs 780M 4,8M 776M 1% /run efivarfs efivarfs 64K 33K 27K 55% /sys/firmware/efi/efivars /dev/sda2 ext4 116G 40G 71G 37% / tmpfs tmpfs 3,9G 3,1M 3,9G 1% /dev/shm tmpfs tmpfs 5,0M 0 5,0M 0% /run/lock /dev/sda1 vfat 1,1G 6,2M 1,1G 1% /boot/efi tmpfs tmpfs 780M 20K 780M 1% /run/user/1000

Additional context

I read in another article that the problem can be solved by changing the mount folders to /home/steam/.....

gitzec commented 1 month ago

Please provide yopur docker compose or stack file.

MeshuggahMischell commented 1 month ago

please close this one, I found another Docker Image which fits to my needs.