pg9182 / northstar-dedicated

Docker image for the Northstar dedicated server.
https://ghcr.io/pg9182/northstar-dedicated
zlib License
101 stars 17 forks source link

Problem for launch server with Docker compose #47

Closed LokazFR closed 1 year ago

LokazFR commented 1 year ago

Hello everybody,

I have a problem when I try to launch the server, I have this error message that appears:

Status: Image is up to date for ghcr.io/pg9182/northstar-dedicated:1-tf2.0.11.0 docker: Error response from daemon: using mount program fuse-overlayfs: fuse: device not found, try 'modprobe fuse' first fuse-overlayfs: cannot mount: No such file or directory

Have you ever had this problem ? Searching the web, I can't really find any solutions, from what I understand, the command doesn't find my file path, even though it does exist.

Here is a example of file yml:


version: "3.9"

services: northstar1: image: ghcr.io/pg9182/northstar-dedicated:1-tf2.0.11.0 pull_policy: always environment:

I also tried to launch with the command "docker run" without success, same error.

I am on the latest Debian distribution (11.6), Docker and docker compose are well installed and up to date, I followed the instructions from the official site for their installation

Thank you all.

BulletMemes commented 1 year ago

/home/root/Titanfall2:/mnt/titanfall:ro

If you have the files in the root directory, /home/root/ is incorrect, it's only /root/.

Also please be sure that you're using capitals correctly, as it's case sensitive for the host side, if the folder has a capital then it's fine.

I would also recommend posting in the discord first before coming here, you'll get a response quicker.