From b25dc4c7a63d2657c206e1b12e652f39246a4cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20Crois=C3=A9?= Date: Fri, 21 Oct 2022 23:40:36 +0200 Subject: [PATCH 1/2] Podman: spelling (familiar, architecture). --- docs/guides/containers/podman-nextcloud.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/containers/podman-nextcloud.md b/docs/guides/containers/podman-nextcloud.md index a3e8630b46..9ba375ebcc 100644 --- a/docs/guides/containers/podman-nextcloud.md +++ b/docs/guides/containers/podman-nextcloud.md @@ -30,7 +30,7 @@ You could run most of the commands in the guide manually, but setting up a few b `buildah` is a tool that builds Podman container images based on "DockerFiles". - This guide was designed as an exercise to help people get familair with running Podman containers in general, and on Rocky Linux specifically. + This guide was designed as an exercise to help people get familiar with running Podman containers in general, and on Rocky Linux specifically. ## Prerequisites and Assumptions @@ -359,7 +359,7 @@ vi Dockerfile !!! note - This next bit assumes ARM architexture (for the Raspberry Pi), so if you are using another architexture, remember to change this. + This next bit assumes ARM architecture (for the Raspberry Pi), so if you are using another architecture, remember to change this. And paste in this bit: From 5ffe073867bee4ca00052aca23afca11074c5a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20Crois=C3=A9?= Date: Fri, 21 Oct 2022 23:51:24 +0200 Subject: [PATCH 2/2] punctuation --- docs/guides/containers/podman-nextcloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/containers/podman-nextcloud.md b/docs/guides/containers/podman-nextcloud.md index 9ba375ebcc..9f056f26b0 100644 --- a/docs/guides/containers/podman-nextcloud.md +++ b/docs/guides/containers/podman-nextcloud.md @@ -451,7 +451,7 @@ CONTAINER ID IMAGE COMMAND CREATED 32534e5a5890 docker.io/arm64v8/nextcloud:latest apache2-foregroun... 12 seconds ago Up 12 seconds ago nextcloud ``` -From there, you should be able to point your browser to your server IP address. (If you are following along and have the same IP as our example, you can substitute that in here) (eg. http://your-server-ip), and see Nextcloud up and running. +From there, you should be able to point your browser to your server IP address. If you are following along and have the same IP as our example, you can substitute that in here (e.g., http://your-server-ip) and see Nextcloud up and running. ## Conclusion