]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/tramp.texi (Customizing Methods): Add tramp-nspawn.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 20 Feb 2022 14:24:31 +0000 (15:24 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 20 Feb 2022 14:24:31 +0000 (15:24 +0100)
doc/misc/tramp.texi

index 25ff2796bd93e92652c1e357e7514c9283ff2b44..ce377e12234bc5ca4d2fc8a0559e3db239e0bc0b 100644 (file)
@@ -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