emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 277b49d7a3: * doc/misc/tramp.texi (Customizing Methods): Add tram


From: Michael Albinus
Subject: master 277b49d7a3: * doc/misc/tramp.texi (Customizing Methods): Add tramp-nspawn.
Date: Sun, 20 Feb 2022 09:24:43 -0500 (EST)

branch: master
commit 277b49d7a3241fcba1391f7c200c1195dfa1900c
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * doc/misc/tramp.texi (Customizing Methods): Add tramp-nspawn.
---
 doc/misc/tramp.texi | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 25ff2796bd..ce377e1223 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1808,6 +1808,17 @@ Access of a hadoop/hdfs file system.  A file is accessed 
via
 the user that you want to use, and @samp{node} is the name of the
 hadoop server.
 
+@item tramp-nspawn
+@cindex method @option{nspawn}
+@cindex @option{nspawn} method
+Access to environments provided by systemd-nspawn.  A file is accessed
+via @file{@trampfn{nspawn,user@@container,/path/to/file}}, where
+@samp{user} is the (optional) user that you want to use, and
+@samp{container} is the container to connect to.  systemd-nspawn and
+its container utilities often require super user access to run, use
+multi-hop file names with @option{doas} or @option{sudo} to raise your
+privileges.
+
 @item vagrant-tramp
 @cindex method @option{vagrant}
 @cindex @option{vagrant} method



reply via email to

[Prev in Thread] Current Thread [Next in Thread]