From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Brian Cully via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: Re: master 152c7322c1: * lisp/net/tramp-docker.el: New file. Date: Tue, 4 Oct 2022 14:17:00 -0400 Message-ID: <14f86fb6-0191-0a04-b8f1-88dceaa00dc4@spork.org> References: <875yh6untf.fsf@miha-pc> <87zgeihyzb.fsf@gmx.de> <87o7usolk2.fsf@gmx.de> <87h70jmsoh.fsf@gmx.de> <0a9db7d1-9bc2-50de-797a-3c53630db848@spork.org> <874jwjmptk.fsf@gmx.de> Reply-To: Brian Cully Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6832"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Cc: miha@kamnitnik.top, Brian Cully , emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 04 20:19:28 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ofmVs-0001b7-Gy for ged-emacs-devel@m.gmane-mx.org; Tue, 04 Oct 2022 20:19:28 +0200 Original-Received: from localhost ([::1]:44386 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ofmVr-0004d8-9e for ged-emacs-devel@m.gmane-mx.org; Tue, 04 Oct 2022 14:19:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45802) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ofmTe-0003IV-H9 for emacs-devel@gnu.org; Tue, 04 Oct 2022 14:17:10 -0400 Original-Received: from coleridge.kublai.com ([166.84.7.167]:56613 helo=mail.spork.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ofmTa-0004fp-4Z for emacs-devel@gnu.org; Tue, 04 Oct 2022 14:17:10 -0400 Original-Received: from [192.168.1.5] (ool-18b8e9e7.dyn.optonline.net [24.184.233.231]) by mail.spork.org (Postfix) with ESMTPSA id 2CD3C8404; Tue, 4 Oct 2022 14:17:00 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1664907425; bh=rv8NYx/Ek6xZty1lslZea4IUluaKFF0YJia/obwCbsk=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=frhsmMVrgGUIdrTdIaIeregSSvMLJNL5Lqsx8IYZa0uDAe43g2PHMo813iL2RocSv 2pnqgzU4nFmGAaknxr5X0Is6PKaRQaqh0n5cYGuBWKH23yyGI3WtZ7x4GswwTFCdI9 6G6DLd53+E6yOrx16OSYJsm75fAw0CaEdrnkCI2c= Content-Language: en-US In-Reply-To: <874jwjmptk.fsf@gmx.de> Received-SPF: pass client-ip=166.84.7.167; envelope-from=bjc@spork.org; helo=mail.spork.org X-Spam_score_int: -44 X-Spam_score: -4.5 X-Spam_bar: ---- X-Spam_report: (-4.5 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-2.449, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:296915 Archived-At: On 10/4/22 14:00, Michael Albinus wrote: > Brian Cully writes: > > Hi Brian, > >> This is just a copy of the Docker docs, but s/docker/podman/. I'm not >> really all that familiar with texinfo, so I hope this is okay. > > I like to phrase the description for every method a little bit > different. What about > > --8<---------------cut here---------------start------------->8--- > Podman is a drop-in replacement for docker. It runs rootless. A > container is accessed via > @file{@trampfn{podman,user@@container,/path/to/file}}, where > @samp{user} is the (optional) user that you want to use, and > @samp{container} is the name or id of the container. > --8<---------------cut here---------------end--------------->8--- > >> -bjc > > Best regards, Michael. Podman is not always run rootless (I cannot, for instance, because my file system doesn't support openat2(2), which podman requires for rootless containers). What about: -[snip]- Podman is a docker alternative which may be run rootless, if desired. Files are accessed via … -[snip]- It also looks like only the "docker" and "tramp" methods have examples given of their file names. Should those parts be removed? -bjc