September 19, 201411 yr 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
September 19, 201411 yr Community Expert 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
September 19, 201411 yr 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?
September 19, 201411 yr The "Docker image" must be a file; a directory was provided. I'll add a tip to this on the field.
September 19, 201411 yr Author 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 ...
September 19, 201411 yr 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.
September 19, 201411 yr 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.
Archived
This topic is now archived and is closed to further replies.