-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Orbstack compatibility with acelink (almost working) #69
Comments
How did U set it up with orbstack? I use OrbStack v1.0.0 and acelink is trying to connect to different docker unix socket, not the one created by OrbStack |
I installed OrbStack, changed the context through terminal and ensure that every time I want to use ace link orbstack is open. Additionally, I made an alias on .zshrc to to always open OrbStack with its command line command 'orb': alias docker='orb; docker' Also opened an issue on OrbStack GitHub repository about the problems with the context changes, but the owner wasn't that much helpful. Maybe this results helpful to @blaise-io. |
I won't support Orbstack unless it has a drop in replacement of the Docker CLI, otherwise there's double work and a lot of gotchas, because Ace Link heavily interacts with the You might be best off just using the |
It does, the only issue with acelink is that it does not detect docker contexts properly as described in #77 |
Oh that's good! Can you give me your output of these commands? 1 |
➜ ~ |
I'm not planning to support this in the short term. For now, you could use the server without the UI, maybe add some wrapping to easily launch streams. |
it would be nice at least to have the wrapper and manually run the server if possible Thanks a lot |
https://github.com/n3d1117/acestream-iina someone created one here, but you'd have to adjust a few commands from |
Given that Orbstack (docker Mac alternative) is lighter and less-consumer than docker, I've been trying it, and it works awesome too.
The only problem that I've found is that Acelink is not able to find Orbstack id (or whatever is named), so that turns into you being required to manually open Orbstack before (once you manually open it, it behaves like docker, creating the container and opening VLC,IINA...)
It would be awesome if you modify Acelink to auto-open Orbstack too!!
Thanks in advance.
The text was updated successfully, but these errors were encountered: