emacs-pe / docker-tramp.el

TRAMP integration for docker containers
339 stars 26 forks source link

Not working with org-babel #37

Open tecosaur opened 2 years ago

tecosaur commented 2 years ago

Trying the following:

#+begin_src shell :dir /docker:my-docker-container:
hostname
#+end_src

gives my hostname machine, whereas docker exec -ti my-docker-container hostname gives what looks like some randomly generated string.

So, it would appear that this doesn't work with org-babel.