From d7882f40a4366b7c07874b9a39e44723a5d92c6e Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Tue, 4 Oct 2022 13:37:54 -0400 Subject: [PATCH v2] Add method description for podman. * tramp.texi (Inline methods): describe podman method. --- texi/tramp.texi | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/texi/tramp.texi b/texi/tramp.texi index 5cb2cf80..d0124d1c 100644 --- a/texi/tramp.texi +++ b/texi/tramp.texi @@ -907,10 +907,14 @@ session. @cindex method @option{docker} @cindex @option{docker} method -Integration for Docker containers. A container is accessed via -@file{@trampfn{docker,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. +Integration for Docker containers. + +@item @option{podman} +@cindex method @option{podman} +@cindex @option{podman} method + +Podman is an alternative to @option{docker} which may be run rootless, +if desired. @end table -- 2.37.3