Fork me on GitHub
#emacs
<
2020-10-05
>
Eric Scott17:10:31

I'm trying to use tramp to communicate with a docker image. I've installed docker-tramp.el.

Eric Scott17:10:47

When I find-file starting with "/docker:", it correctly prompts me for ps's in the docker container, but after that point seems to think that my local home directory is the contents of that container.

Eric Scott17:10:01

I can confirm from the command line that docker exec will give me the proper contents of said container.

Eric Scott17:10:19

Is there some additional configuration that's needed to inform my tramp setup for docker?