aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-09-23 11:49:48 -0400
committerBrian Cully <bjc@kublai.com>2022-09-23 11:49:48 -0400
commit9cee7f27c0904a508311dc3206cdc3ea027420fc (patch)
treea79a840b026f0ca6f3453060f69de43384bb741f
parentd79abaffeec3d60eae52d1100f5b75299bcdc4ac (diff)
downloadtramp-docker-9cee7f27c0904a508311dc3206cdc3ea027420fc.tar.gz
tramp-docker-9cee7f27c0904a508311dc3206cdc3ea027420fc.zip
Document how to use podman in the README.v0.99
-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=.