Skip to content

Emacs TRAMP support for systemd-nspawn containers.

License

Notifications You must be signed in to change notification settings

bjc/tramp-nspawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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

Installation

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.

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)

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

About

Emacs TRAMP support for systemd-nspawn containers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published