]> git.eshelyaron.com Git - emacs.git/commitdiff
Add method description for podman in Tramp
authorBrian Cully <bjc@kublai.com>
Tue, 4 Oct 2022 19:19:05 +0000 (21:19 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 4 Oct 2022 19:19:05 +0000 (21:19 +0200)
* doc/misc/tramp.texi (Inline methods): Adapt docker method.
Describe podman method.

doc/misc/tramp.texi

index a182c0510d7a953d0e3bf3ebdbdd9246fba58dc0..064a2cb60239829c4a04b05e9328848af3be5b57 100644 (file)
@@ -907,10 +907,15 @@ 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.  The host name may be either a
+running container's name or ID, as returned by @samp{docker ps}.
+
+@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