From unknown Fri Aug 15 19:31:05 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#71236] [PATCH] doc: Minor changes to the OCI-backed Services documentation. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: pelzflorian@pelzflorian.de, ludo@gnu.org, matt@excalamus.com, maxim.cournoyer@gmail.com, guix-patches@gnu.org Resent-Date: Mon, 27 May 2024 22:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71236 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71236@debbugs.gnu.org Cc: Giacomo Leidi , Florian Pelz , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Matthew Trzcinski , Maxim Cournoyer X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Florian Pelz , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Matthew Trzcinski , Maxim Cournoyer Received: via spool by submit@debbugs.gnu.org id=B.1716848557528 (code B ref -1); Mon, 27 May 2024 22:23:02 +0000 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 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 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-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 unknown Fri Aug 15 19:31:05 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Giacomo Leidi Subject: bug#71236: closed (closing and will reopen) Message-ID: References: <8963fc4674560ce88817255a7ef0feefafba2cb1.1716848510.git.goodoldpaul@autistici.org> X-Gnu-PR-Message: they-closed 71236 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 71236@debbugs.gnu.org Date: Wed, 29 May 2024 20:23:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1717014182-6174-1" This is a multi-part message in MIME format... ------------=_1717014182-6174-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #71236: [PATCH] doc: Minor changes to the OCI-backed Services documentation. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 71236@debbugs.gnu.org. --=20 71236: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D71236 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1717014182-6174-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1717014182-6174-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1717014182-6174-1--