[PATCH] doc: Minor changes to the OCI-backed Services documentation.

  • Done
  • quality assurance status badge
Details
One participant
  • Giacomo Leidi
Owner
unassigned
Submitted by
Giacomo Leidi
Severity
normal
G
G
Giacomo Leidi wrote on 28 May 00:21 +0200
(address . guix-patches@gnu.org)(name . Giacomo Leidi)(address . goodoldpaul@autistici.org)
8963fc4674560ce88817255a7ef0feefafba2cb1.1716848510.git.goodoldpaul@autistici.org
* doc/guix.texi: Clarify the example and remove reduntant escapes.

Change-Id: I38f5517ae46b391ba21ae5a94c6dcc272e245036
---
doc/guix.texi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Toggle diff (39 lines)
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
P
closing and will reopen
(address . 71236-done@debbugs.gnu.org)
e1ecc529-b6ca-1c0c-9d39-68a5e1243a34@autistici.org
Closing this as I'll reopen another issue
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71236@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71236
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch