majjejjam / toolbox-tramp

tramp support for toolbox containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toolbox over TRAMP

specifically toolbox support

Access Toolbox containers found on Fedora Silverblue (and workstation Fedora if you create them)

Inspired by docker-tramp, but largely diverged at this point. Using `podman` directly, with some knowledge of toolbox, to access rootless (pet) containers with tramp. This means container commands will run as a user and not as root, just like using `toolbox enter`

Finding a file inside a container:

/toolbox:<container>:path/to/file

The `<container>` flag is entirely optional and will select the default created toolbox container (`fedora-container-36`) if one exists.

Installation

Straight

(use-package toolbox-tramp
  :straight (toolbox-tramp :type git
			     :host github
			     :repo "fejfighter/toolbox-tramp"))

About

tramp support for toolbox containers


Languages

Language:Emacs Lisp 100.0%