Skip to content
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

Use rancher desktop i.s.o. docker desktop #72

Open
Seidon1984 opened this issue Oct 4, 2023 · 2 comments
Open

Use rancher desktop i.s.o. docker desktop #72

Seidon1984 opened this issue Oct 4, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Seidon1984
Copy link

Describe the problem you are encountering
I would like to use ace-link with other docker providers, like rancher desktop. I tried to use rancher desktop i.s.o. docker desktop and ace link app can paste the acestream and it says 'Download docker...'

Note: Don't share AceStream IDs or websites containing pirated content.

@Seidon1984 Seidon1984 added the enhancement New feature or request label Oct 4, 2023
@blaise-io
Copy link
Owner

Does Rancher offer the same CLI as Docker? If so, you need to make sure docker if available on your path, but it could just be an alias for Rancher. If it does not offer the same CLI, I likely won't support it in Ace Link.

@chiva
Copy link

chiva commented Apr 21, 2024

@blaise-io rancher is pretty much an in-place replacement for docker, and mimics docker very closely

$ docker context inspect --format '{{.Endpoints.docker.Host}}'
unix:///Users/my_user/.rd/docker.sock
$ docker context inspect
[
    {
        "Name": "rancher-desktop",
        "Metadata": {
            "Description": "Rancher Desktop moby context"
        },
        "Endpoints": {
            "docker": {
                "Host": "unix:///Users/my_user/.rd/docker.sock",
                "SkipTLSVerify": false
            }
        },
        "TLSMaterial": {},
        "Storage": {
            "MetadataPath": "/Users/my_user/.docker/contexts/meta/b547d66a5de60e5f0843aba28283a8875c2ad72e99ba076060ef9ec7c09917c8",
            "TLSPath": "/Users/my_user/.docker/contexts/tls/b547d66a5de60e5f0843aba28283a8875c2ad72e99ba076060ef9ec7c09917c8"
        }
    }
]
$ docker context ls
NAME                DESCRIPTION                               DOCKER ENDPOINT                               ERROR
default             Current DOCKER_HOST based configuration   unix:///var/run/docker.sock
desktop-linux                                                 unix:///Users/my_user/.docker/run/docker.sock
rancher-desktop *   Rancher Desktop moby context              unix:///Users/my_user/.rd/docker.sock
$ which docker
/Users/my_user/.rd/bin/docker
$ ls -al /Users/my_user/.rd/bin/docker
lrwxr-xr-x@ 1 my_user  staff  80 Jan  9 11:14 /Users/my_user/.rd/bin/docker -> /Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/bin/docker

But still not detected automatically
Any chance to make it compatible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants