diff options
-rw-r--r-- | README.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -21,8 +21,11 @@ Call ~tramp-docker-setup~ to add support: (add-hook 'after-init-hook 'tramp-docker-setup) #+end_src - Use Tramp as normal to access files on a container: #+begin_example C-x C-f /docker:user@container:/path/to/file #+end_example + +** Using podman +To use =podman= as a drop-in replacement for =docker=, customize the +variable =tramp-docker-program=. |