SOLVED Docker daemon not running straight out of the box

Morrigan

Cadet
Joined
Mar 5, 2021
Messages
2
Hey guys,

I have just installed SCALE and want to try out docker apps. First i just tried to get any plex going (I want to use jellyfin) but plex is not even working.

It says kubernetes service is not running. I dont see a kubernetes service in the service tab nor can i find anything on this when googling.

When using the regular CLI to even start docker "sudo systemctl start docker"

i get that the docker daemon is not running.


Code:
Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.980156155-08:00" level=info msg="Starting up"
Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.981338525-08:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.981353646-08:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.981370565-08:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///run/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" m>
Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.981380688-08:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.981989440-08:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.982005325-08:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.982018257-08:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///run/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" m>
Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.982027751-08:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Mar 05 13:51:47 truenas.local dockerd[25179]: failed to start daemon: error initializing graphdriver: Cannot find root filesystem Disk 1/ix-applications/docker: Output does not match what is expected on this platform
Mar 05 13:51:47 truenas.local systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE



This is what i got from "journalctl -xe". I pasted the full output here:

I thought docker should work kinda out of the box?
Hope anyone can help me.
Thanks in advance! :)
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
SCALE uses Kubernetes to run Docker containers.

SCALE can be configured to do many things with lots of options, so there is some configuration required. At this stage, the developers notes are the place to start.

 

Morrigan

Cadet
Joined
Mar 5, 2021
Messages
2
Hey

Thanks for your reply :) Truly appreciate it.

SCALE uses Kubernetes to run Docker containers.

SCALE can be configured to do many things with lots of options, so there is some configuration required. At this stage, the developers notes are the place to start.



I have read this and done this twice but i think i did it in the wrong order. I first tried to create and run an app which created ix-applications and then ran the command in the dev notes. Which then seemed to be going oke but did not work.

But i got it working now :D

Thanks for your reply :) Sorry for the stupid question
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
No questions are stupid.... we know the documentation is not good enough yet. Hope to have it in better shape in April.

Good luck with our project.
 
Top