Skip to content

Commit

Permalink
podman.md (#2213)
Browse files Browse the repository at this point in the history
Grammar Check
  • Loading branch information
gannazhyrnova authored Jul 30, 2024
1 parent 1e65883 commit 901e73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gemstones/containers/podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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]
Expand Down

0 comments on commit 901e73e

Please sign in to comment.