aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully2022-10-04 21:19:05 +0200
committerMichael Albinus2022-10-04 21:19:05 +0200
commit9705dd2e026bd923b4ce6b3f3051c19507c335a7 (patch)
treea8e97397199788d71193897740f769cd58379c5d
parentc4641130493f0920de0f0c4543ac80504fd5d5f7 (diff)
downloademacs-9705dd2e026bd923b4ce6b3f3051c19507c335a7.tar.gz
emacs-9705dd2e026bd923b4ce6b3f3051c19507c335a7.zip
Add method description for podman in Tramp
* doc/misc/tramp.texi (Inline methods): Adapt docker method. Describe podman method.
-rw-r--r--doc/misc/tramp.texi13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index a182c0510d7..064a2cb6023 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -907,10 +907,15 @@ session.
907@cindex method @option{docker} 907@cindex method @option{docker}
908@cindex @option{docker} method 908@cindex @option{docker} method
909 909
910Integration for Docker containers. A container is accessed via 910Integration for Docker containers. The host name may be either a
911@file{@trampfn{docker,user@@container,/path/to/file}}, where 911running container's name or ID, as returned by @samp{docker ps}.
912@samp{user} is the (optional) user that you want to use, and 912
913@samp{container} is the id or name of the container. 913@item @option{podman}
914@cindex method @option{podman}
915@cindex @option{podman} method
916
917Podman is an alternative to @option{docker} which may be run rootless,
918if desired.
914 919
915@end table 920@end table
916 921