From 901e73ee0ebc19e90f6c06ecaa8e1f658f7bfa15 Mon Sep 17 00:00:00 2001 From: Ganna Zhyrnova <112796922+gannazhyrnova@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:37:11 +0300 Subject: [PATCH] podman.md (#2213) Grammar Check --- docs/gemstones/containers/podman.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gemstones/containers/podman.md b/docs/gemstones/containers/podman.md index 8d13bcb31f..a550867611 100644 --- a/docs/gemstones/containers/podman.md +++ b/docs/gemstones/containers/podman.md @@ -28,7 +28,7 @@ Let us run a [Nextcloud](https://nextcloud.com/) self-hosted cloud platform as a podman run -d -p 8080:80 nextcloud ``` -You will receive a prompt to select the container registry to download from. In our example, we will use `docker.io/library/nextcloud:latest`. +You will receive a prompt to select the container registry from which to download. In our example, we will use `docker.io/library/nextcloud:latest`. Once you have downloaded the Nextcloud container, it will run. @@ -53,7 +53,7 @@ while rootless files can be placed in either of - `/etc/containers/systemd/users/$(UID)` - `/etc/containers/systemd/users/` -While single containers, pod, image, network, volume, and kube files are also supported, let's focus on our Nextcloud example. Create a new file `~/.config/containers/systemd/nextcloud.cotainer` with the following content: +While single containers, pods, images, networks, volumes, and kube files are supported, let's focus on our Nextcloud example. Create a new file `~/.config/containers/systemd/nextcloud.cotainer` with the following content: ```systemd [Container]