diff options
| author | Brian Cully | 2022-10-04 21:19:05 +0200 |
|---|---|---|
| committer | Michael Albinus | 2022-10-04 21:19:05 +0200 |
| commit | 9705dd2e026bd923b4ce6b3f3051c19507c335a7 (patch) | |
| tree | a8e97397199788d71193897740f769cd58379c5d | |
| parent | c4641130493f0920de0f0c4543ac80504fd5d5f7 (diff) | |
| download | emacs-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.texi | 13 |
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 | ||
| 910 | Integration for Docker containers. A container is accessed via | 910 | Integration for Docker containers. The host name may be either a |
| 911 | @file{@trampfn{docker,user@@container,/path/to/file}}, where | 911 | running 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 | |||
| 917 | Podman is an alternative to @option{docker} which may be run rootless, | ||
| 918 | if desired. | ||
| 914 | 919 | ||
| 915 | @end table | 920 | @end table |
| 916 | 921 | ||