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

Is a dedicated method required for Podman? #32

Open
mavit opened this issue May 14, 2021 · 4 comments
Open

Is a dedicated method required for Podman? #32

mavit opened this issue May 14, 2021 · 4 comments

Comments

@mavit
Copy link
Contributor

mavit commented May 14, 2021

In pull request #30 we show how to use docker-tramp with Podman containers by customising docker-tramp-docker-executable to podman.

However, this isn’t much good if you’re in a mixed environment and want to be able to TRAMP to both Docker and Podman containers at the same time. I wonder if sufficient people are in this position to make it worth creating a dedicated podman TRAMP method?

@bkhl
Copy link

bkhl commented May 14, 2021

I think this would be necessary to use Podman locally but Docker on other hosts when hopping, or am I wrong?

@mavit
Copy link
Contributor Author

mavit commented May 14, 2021

You could work around it by having podman system service stand in for dockerd, so that you could configure /usr/bin/docker to operate on Podman containers, but otherwise yeah.

@bkhl
Copy link

bkhl commented May 15, 2021

I think just having docker be a symlink to podman would also work, but the fewer workarounds I need to do on the host system the happier I am, so feel free to include me in the count for sufficient people.

@djeis97
Copy link

djeis97 commented May 4, 2022

I'm also in that boat, dedicated method for podman would be nice.

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

No branches or pull requests

3 participants