emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
2020-10-05T17:20:31.051200Z

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

2020-10-05T17:20:47.051400Z

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.

2020-10-05T17:21:01.051600Z

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

2020-10-05T17:21:19.051800Z

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