Skip to content

Commit f43024e

Browse files
authored
Merge pull request #918 from SergeCroise/patch-2
Podman guide: spelling (familiar, architecture).
2 parents fdc24d6 + 5ffe073 commit f43024e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/containers/podman-nextcloud.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You could run most of the commands in the guide manually, but setting up a few b
3030

3131
`buildah` is a tool that builds Podman container images based on "DockerFiles".
3232

33-
This guide was designed as an exercise to help people get familair with running Podman containers in general, and on Rocky Linux specifically.
33+
This guide was designed as an exercise to help people get familiar with running Podman containers in general, and on Rocky Linux specifically.
3434

3535
## Prerequisites and Assumptions
3636

@@ -359,7 +359,7 @@ vi Dockerfile
359359

360360
!!! note
361361

362-
This next bit assumes ARM architexture (for the Raspberry Pi), so if you are using another architexture, remember to change this.
362+
This next bit assumes ARM architecture (for the Raspberry Pi), so if you are using another architecture, remember to change this.
363363

364364
And paste in this bit:
365365

@@ -451,7 +451,7 @@ CONTAINER ID IMAGE COMMAND CREATED
451451
32534e5a5890 docker.io/arm64v8/nextcloud:latest apache2-foregroun... 12 seconds ago Up 12 seconds ago nextcloud
452452
```
453453

454-
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.
454+
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.
455455

456456
## Conclusion
457457

0 commit comments

Comments
 (0)