Skip to content

tdcook/toolbox-tramp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

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")
  :custom
  (toolbox-tramp-flatpak-wrap t)) ; Use `flatpak-spawn' when conecting

About

tramp support for toolbox containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%