aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.org b/README.org
index f9a4988..25a3dc2 100644
--- a/README.org
+++ b/README.org
@@ -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=.