acelink icon indicating copy to clipboard operation
acelink copied to clipboard

Podman support

Open Ki1L3r opened this issue 3 months ago • 3 comments

Describe the problem you are encountering
Currently acelink only works with docker, could it be possible to use podman also

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

Describe the solution you'd like
Podman in an opensource project with the same syntax as docker. could it be supported?

Ki1L3r avatar Mar 24 '24 19:03 Ki1L3r

Does postman offer a drop-in CLI? Can you run this and provide the output? https://github.com/blaise-io/acelink/issues/69#issuecomment-1975212033

blaise-io avatar Mar 24 '24 19:03 blaise-io

Hi, seems like podman has compability as seen in the release notes from 4.3.0

https://github.com/containers/podman/releases/tag/v4.3.0

Ki1L3r avatar Mar 29 '24 10:03 Ki1L3r

Does postman offer a drop-in CLI? Can you run this and provide the output? #69 (comment)

[~/]$ docker context inspect --format '{{.Endpoints.docker.Host}}'
[~/]$ docker context inspect
[]
[~/]$ docker context ls
Name                         URI                                                         Identity                                      Default
podman-machine-default       ssh://[email protected]:55502/run/user/502/podman/podman.sock  /Users/***/.ssh/podman-machine-default  true
podman-machine-default-root  ssh://[email protected]:55502/run/podman/podman.sock           /Users/***/.ssh/podman-machine-default  false

dmzeus avatar Apr 10 '24 19:04 dmzeus