CasaOS Issues - Docker Container Help

If any pros are bored and can chime in. Im extremely new to Docker - two days in. Running Docker on Windows 11.

Getting this error list when in CasaOS:

26T00:51:37.547Z error GetMacAddress {error: not found, func: route.InitInfo, file: /app/route/init.go, line: 53}
26T00:51:37.583Z info This process is not running as a systemd service. {func: main.main, file: /app/main.go, line: 209}
26T00:51:37.583Z info CasaOS main service is listening… {address: 127.0.0.1:45973, func: main.main, file: /app/main.go, line: 223}
26T00:52:02.536Z error mount storage err {err: Post \http://localhost/mount/listmounts: dial unix /var/run/rclone/rclone.sock: connect: no such file or directory, func: route.InitNetworkMount, file: /app/route/init.go, line: 107}
26T01:50:25.192Z error connect ssh error {error: ssh: handshake failed: EOF, func: v1.PostSshLogin, file: /app/route/v1/ssh.go, line: 41}
26T01:50:27.859Z error connect ssh error {error: ssh: handshake failed: EOF, func: v1.PostSshLogin, file: /app/route/v1/ssh.go, line: 41}
26T01:50:34.979Z error connect ssh error {error: dial tcp 127.0.0.1:20: connect: connection refused, func: v1.PostSshLogin, file: /app/route/v1/ssh.go, line: 41}

I never heard of this OS, but you can find the supported distributions for Docker CE here

and for Docker Desktop (Contains Docker CE running in a virtual machine)

Other operating systems are not officially supported. Not even if the distribution is based on a supported one and distribution maintainers and communities can create guides to install Docker or help when it fails. I never saw these error messages either and I don’t see how these are related to Docker. I only see SSH and rclone.

When do you exactly get the error? What command do you run? Are you trying to use an rclone+ssh based Docker volume?

An “OS” sounds like an “operating system” to me. Docker Desktop is for running containers. An OS is usually run in a VM, not in a container.

I assumed CasaOS was the host machine after Docker already worked on Windows, but it is unclear what CaseOS is used for here.