From 9cee7f27c0904a508311dc3206cdc3ea027420fc Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 23 Sep 2022 11:49:48 -0400 Subject: Document how to use podman in the README. --- README.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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=. -- cgit v1.2.3