tabby-web icon indicating copy to clipboard operation
tabby-web copied to clipboard

can it be running on docker in Unraid ?

Open masterwishx opened this issue 2 years ago • 4 comments

someone tryed to use it in docker on Unraid ?

masterwishx avatar Jul 09 '22 16:07 masterwishx

I did, try using the docker compose file with the Docker Compose plugin for unraid, but i can't get it to work (yet).

I got an error message : failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount252714126/Dockerfile: no such file or directory

Edit : Fixed it by downloading all the files from GitHub and changed the build from . to the absolut path where i downloaded the files.

Brainwasher06 avatar Dec 26 '22 15:12 Brainwasher06

Ok, I've spent most of my evening trying to make it work. I got to the point where Tabby and its gateway are up and running.

But I can't connect them together (error 400 or 426 depending on what client i use to connect to the gateway)

Even if Tabby Web Docker is able to ping Internet and my local Network, I'm not able to initiate SSH connection.

Still working on it, but I don't know what to do next.

Brainwasher06 avatar Dec 27 '22 09:12 Brainwasher06

So, I tried everything I can think of without much success. I don't even have a clue on what could be wrong.

I would love to know if anyone was able to make it work.

Brainwasher06 avatar Dec 29 '22 13:12 Brainwasher06

My solution was just to run a vm for docker. Honestly, you will run into complications when using unraid directly for managing your containers. If you use the compose plugin you can just pass the plugin folder though to the vm but it will not migrate any volumes.

Killerherts avatar Jan 10 '23 23:01 Killerherts