unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* master 152c7322c1: * lisp/net/tramp-docker.el: New file.
@ 2022-09-29 16:50 miha
  2022-09-29 17:28 ` Michael Albinus
  0 siblings, 1 reply; 14+ messages in thread
From: miha @ 2022-09-29 16:50 UTC (permalink / raw)
  To: Michael.Albinus; +Cc: Brian Cully, emacs-devel

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

> +(defcustom tramp-docker-program "docker"
> +  "Name of the Docker client program."
> +  :type '(choice (const "docker")
> +                 (const "podman")
> +                 (string))
> +  :group 'tramp-docker)

It's not unusual to have both podman and docker containers on the same
host. But the way tramp-docker.el is arranged currently, it's difficult
to have simultaneous tramp connections to both of them. I think it would
make sense to have two tramp methods: '/docker:' and '/podman:', and by
extension, two defcustoms: tramp-docker-program and
tramp-podman-program.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-10-04 19:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29 16:50 master 152c7322c1: * lisp/net/tramp-docker.el: New file miha
2022-09-29 17:28 ` Michael Albinus
2022-10-03 13:44   ` Brian Cully via Emacs development discussions.
2022-10-03 17:37     ` Michael Albinus
2022-10-04 15:32       ` Brian Cully via Emacs development discussions.
2022-10-04 16:58         ` Michael Albinus
2022-10-04 17:43           ` Brian Cully via Emacs development discussions.
2022-10-04 18:00             ` Michael Albinus
2022-10-04 18:17               ` Brian Cully via Emacs development discussions.
2022-10-04 18:20                 ` Michael Albinus
2022-10-04 18:33                   ` Brian Cully via Emacs development discussions.
2022-10-04 18:36                     ` Michael Albinus
2022-10-04 18:45                       ` Brian Cully via Emacs development discussions.
2022-10-04 19:21                         ` Michael Albinus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).