GNU ELPA - tramp-nspawn

tramp-nspawn

Description
Tramp integration for systemd-nspawn containers
Latest
tramp-nspawn-1.0.1.tar, 2022-Sep-26, 20.0 KiB
Maintainer
Brian Cully <bjc@kublai.com>
Website
https://github.com/bjc/tramp-nspawn
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET tramp-nspawn RET

Full description

1 Introduction

tramp-nspawn adds support for systemd-nspawn containers with Emacs’ TRAMP system.

2 Installation

2.1 ELPA

This package is available on GNU ELPA and can be installed with M-x package-install RET tramp-nspawn RET from within Emacs itself.

2.2 Direct download

Download this repository to some location, then add the following to your Emacs initialization:

(add-to-list 'load-path "/path/to/tramp-nspawn")
(require 'tramp-nspawn)

3 Usage

Call tramp-nspawn-setup to add support:

(add-hook 'after-init-hook 'tramp-nspawn-setup)

Use TRAMP as normal to access files on a container:

C-x C-f /nspawn:user@container:/path/to/file

Old versions

tramp-nspawn-1.0.tar.lz2022-Feb-202.44 KiB