From: Michael Albinus Date: Sun, 20 Feb 2022 14:24:31 +0000 (+0100) Subject: * doc/misc/tramp.texi (Customizing Methods): Add tramp-nspawn. X-Git-Tag: emacs-29.0.90~2204 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=277b49d7a3241fcba1391f7c200c1195dfa1900c;p=emacs.git * doc/misc/tramp.texi (Customizing Methods): Add tramp-nspawn. --- diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 25ff2796bd9..ce377e12234 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