Docker wont start - "Not starting Docker: ... is not a file"


Demokan

Recommended Posts

Hi,

my Docker won't start.

 

- Boot in normal mode (without Xen)

- The Cache Drive is filesystem is btrfs

 

Even "docker ps" or "docker run ***" does not work.

(responding: "Get http:///var/run/docker.sock/v1.14/containers/json: dial unix /var/run/docker.sock: no such file or directory")

 

Syslog (extract):

unRAID php: /etc/rc.d/rc.docker start

unRAID php: /var/lib/docker is not a mountpoint

unRAID php: Not starting Docker: /mnt/cache/Docker/ is not a file php:

 

 

Do i need to download an image or something?

 

Syslog is attached.

 

Greets,

Demo

syslog.txt

docker.png.05f70a3a253dc0a4ebccd55933bce3d8.png

cache.png.27ab7ae7d7948af326e5fe42398a9096.png

Link to comment

Hi,

my Docker won't start.

 

- Boot in normal mode (without Xen)

- The Cache Drive is filesystem is btrfs

 

Even "docker ps" or "docker run ***" does not work.

(responding: "Get http:///var/run/docker.sock/v1.14/containers/json: dial unix /var/run/docker.sock: no such file or directory")

You have no given a file name for the docker image file - just a folder name.

 

Syslog (extract):

unRAID php: /etc/rc.d/rc.docker start

unRAID php: /var/lib/docker is not a mountpoint

unRAID php: Not starting Docker: /mnt/cache/Docker/ is not a file php:

 

 

Do i need to download an image or something?

 

Syslog is attached.

 

Greets,

Demo

Link to comment

Hi,

my Docker won't start.

 

- Boot in normal mode (without Xen)

- The Cache Drive is filesystem is btrfs

 

Even "docker ps" or "docker run ***" does not work.

(responding: "Get http:///var/run/docker.sock/v1.14/containers/json: dial unix /var/run/docker.sock: no such file or directory")

 

Syslog (extract):

unRAID php: /etc/rc.d/rc.docker start

unRAID php: /var/lib/docker is not a mountpoint

unRAID php: Not starting Docker: /mnt/cache/Docker/ is not a file php:

 

 

Do i need to download an image or something?

 

Syslog is attached.

 

Greets,

Demo

What unraid 6 beta version are you using?
Link to comment

I am on Beta 9 right now.

 

The "Docker image" must be a file; a directory was provided.

 

How can i get this file?

I thought "docker pull" would be right ...

 

unRAID php: Not starting Docker: /mnt/cache/Docker/ is not a file php:

 

This mean you set "/mnt/cache/Docker/" in the Docker image field, which is a directory; you should use, e.g., "/mnt/cache/docker.img" instead.

Link to comment

I am on Beta 9 right now.

 

The "Docker image" must be a file; a directory was provided.

 

How can i get this file?

I thought "docker pull" would be right ...

 

unRAID php: Not starting Docker: /mnt/cache/Docker/ is not a file php:

 

This mean you set "/mnt/cache/Docker/" in the Docker image field, which is a directory; you should use, e.g., "/mnt/cache/docker.img" instead.

This is correct.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.