From: miha@kamnitnik.top
To: Michael.Albinus@gmx.de
Cc: Brian Cully <bjc@kublai.com>, emacs-devel@gnu.org
Subject: master 152c7322c1: * lisp/net/tramp-docker.el: New file.
Date: Thu, 29 Sep 2022 18:50:52 +0200 [thread overview]
Message-ID: <875yh6untf.fsf@miha-pc> (raw)
In-Reply-To: 20220924144811.F1C10C09BDE@vcs2.savannah.gnu.org
[-- 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 --]
next reply other threads:[~2022-09-29 16:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-29 16:50 miha [this message]
2022-09-29 17:28 ` master 152c7322c1: * lisp/net/tramp-docker.el: New file 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=875yh6untf.fsf@miha-pc \
--to=miha@kamnitnik.top \
--cc=Michael.Albinus@gmx.de \
--cc=bjc@kublai.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.