From unknown Thu Aug 14 21:44:01 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#71236 <71236@debbugs.gnu.org> To: bug#71236 <71236@debbugs.gnu.org> Subject: Status: [PATCH] doc: Minor changes to the OCI-backed Services documentation. Reply-To: bug#71236 <71236@debbugs.gnu.org> Date: Fri, 15 Aug 2025 04:44:01 +0000 retitle 71236 [PATCH] doc: Minor changes to the OCI-backed Services documen= tation. reassign 71236 guix-patches submitter 71236 Giacomo Leidi severity 71236 normal tag 71236 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon May 27 18:22:37 2024 Received: (at submit) by debbugs.gnu.org; 27 May 2024 22:22:37 +0000 Received: from localhost ([127.0.0.1]:45400 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sBijl-00008S-Fz for submit@debbugs.gnu.org; Mon, 27 May 2024 18:22:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:58648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sBijj-00008I-9Z for submit@debbugs.gnu.org; Mon, 27 May 2024 18:22:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sBijZ-0005wT-WC for guix-patches@gnu.org; Mon, 27 May 2024 18:22:26 -0400 Received: from confino.investici.org ([93.190.126.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sBijX-0005L1-AU for guix-patches@gnu.org; Mon, 27 May 2024 18:22:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1716848532; bh=CdgXSQ9MoXDyiOxlxHvrlXwpOSMMdJ9mA27vFEjgxr8=; h=From:To:Cc:Subject:Date:From; b=Te1RJ00EWFUP4Ph6UPzHMSYFm7zYA3J/Rz6qJG483QvSPjlVmEvZCBJJSesk+Inwq IIXC9OsRK6zKc4kq93SMVS2JTzFWgkQBCZR1ykvxM23EfTUci4HudMPMrJU7+O125G Kn6aPfF4SgOPjkDGagFmplIEKqtX6ZWLcrTAdM4M= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4Vp99w6253z112c; Mon, 27 May 2024 22:22:12 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4Vp99w5W0Bz112R; Mon, 27 May 2024 22:22:12 +0000 (UTC) From: Giacomo Leidi To: guix-patches@gnu.org Subject: [PATCH] doc: Minor changes to the OCI-backed Services documentation. Date: Tue, 28 May 2024 00:21:50 +0200 Message-ID: <8963fc4674560ce88817255a7ef0feefafba2cb1.1716848510.git.goodoldpaul@autistici.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Florian Pelz , Ludovic Courtès , Matthew Trzcinski , Maxim Cournoyer Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=93.190.126.19; envelope-from=goodoldpaul@autistici.org; helo=confino.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Giacomo Leidi X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * doc/guix.texi: Clarify the example and remove reduntant escapes. Change-Id: I38f5517ae46b391ba21ae5a94c6dcc272e245036 --- doc/guix.texi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index c1ff049f03..28e3551ee0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -40572,7 +40572,7 @@ Miscellaneous Services '("/var/lib/grafana:/var/lib/grafana"))))) @end lisp -In this example two different Shepherd services are going be added to the +In this example three different Shepherd services are going be added to the system. Each @code{oci-container-configuration} record translates to a @code{docker run} invocation and its fields directly map to options. You can refer to the @@ -40580,8 +40580,8 @@ Miscellaneous Services documentation for the semantics of each value. If the images are not found they will be @url{https://docs.docker.com/engine/reference/commandline/pull/,pulled}. The -spawned services are going to be attached to the host network and are supposed -to behave like other processes. +services with @code{(network "host")} are going to be attached to the host network +and are supposed to behave like native processes with regard to networking. @end defvar @@ -40613,8 +40613,8 @@ Miscellaneous Services value can be a list of pairs or strings, even mixed: @lisp -(list '(\"LANGUAGE\" . \"eo:ca:eu\") - \"JAVA_HOME=/opt/java\") +(list '("LANGUAGE\" . "eo:ca:eu") + "JAVA_HOME=/opt/java") @end lisp Pair members can be strings, gexps or file-like objects. Strings are passed base-commit: 00384aedbc6a371aaf90ca344a446952fdd5a6b3 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed May 29 16:22:15 2024 Received: (at 71236-done) by debbugs.gnu.org; 29 May 2024 20:22:15 +0000 Received: from localhost ([127.0.0.1]:52548 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sCPoM-0001ZV-LH for submit@debbugs.gnu.org; Wed, 29 May 2024 16:22:15 -0400 Received: from confino.investici.org ([93.190.126.19]:63755) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sCPoG-0001Z6-Pm for 71236-done@debbugs.gnu.org; Wed, 29 May 2024 16:22:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1717014116; bh=fXXyZyjLePno4y/CMWw/W0X3hAI3/1578j2lqWln+MQ=; h=Date:To:From:Subject:From; b=caw2enahnfdR4hUIE7v9wbbbrX473qh+TbCkSIn/rqyZGNjEP7oNqEhSsLaSGHrVA 2plmlVA5Rwyr5ww9C7HratjhZCFZwXaLzisShrb3BwGldOMmpDaoYFZDG2rLfEH6Nv 7dgsJDHaSoUx0gYnOKJbq1y9HqAE7B6dVoEuPGAY= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4VqLQD5Jlkz10xm for <71236-done@debbugs.gnu.org>; Wed, 29 May 2024 20:21:56 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4VqLQD4ysXz10vL for <71236-done@debbugs.gnu.org>; Wed, 29 May 2024 20:21:56 +0000 (UTC) Message-ID: Date: Wed, 29 May 2024 22:21:56 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 To: 71236-done@debbugs.gnu.org Content-Language: en-US From: paul Subject: closing and will reopen Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71236-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Closing this as I'll reopen another issue From unknown Thu Aug 14 21:44:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 27 Jun 2024 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator