From 033128397bdc6ee0b9d9d85c008e823b9d9395aa Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Tue, 4 Oct 2022 13:37:54 -0400 Subject: [PATCH] Add method description for podman. * tramp.texi (Inline methods): describe podman method. --- texi/tramp.texi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/texi/tramp.texi b/texi/tramp.texi index 5cb2cf80..94bf446e 100644 --- a/texi/tramp.texi +++ b/texi/tramp.texi @@ -912,6 +912,15 @@ Integration for Docker containers. A container is accessed via @samp{user} is the (optional) user that you want to use, and @samp{container} is the id or name of the container. +@item @option{podman} +@cindex method @option{podman} +@cindex @option{podman} method + +Integration for Podman containers. A container is accessed via +@file{@trampfn{podman,user@@container,/path/to/file}}, where +@samp{user} is the (optional) user that you want to use, and +@samp{container} is the id or name of the container. + @end table -- 2.37.3